Viewing 3 replies - 1 through 3 (of 3 total)
  • please try disabling HTML Minify (LiteSpeed Cache > Page optimization > HTML Settings) and add this code to your theme’s functions.php

    add_filter( 'litespeed_html_min', function( $value ) { return false; } );

    After that Purge All from the LiteSpeed hover and let us know if this fixed the issue.

    Thread Starter franks123

    (@franks123)

    Hi @asfly, it worked for me. But if i disabled HTML minify, it will affect speed or not? or it will cause any other issue or not?

    Please guide me about this thing.

    Plugin Support qtwrk

    (@qtwrk)

    HTML minify will remove whitespace and line-break on the HTML source code , it usually saves like few KB in size , doesn’t really have any big impact.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘blank page is showing due to Iight speed cache’ is closed to new replies.