• Resolved rudolfl

    (@rudolfl)


    Hi

    When I turn on “Guest Mode Optimisation”, mobile version of the site is completely empty. Empty screen on mobile phone, Google Page Speed says “The page did not paint any content”. Google Chrome in mobile device emulation mode shows site correctly.

    I turned “Guest Mode Optimisation” OFF and site immediately got back. Here is a report for the time where optimisation was on and problem existed: SOAWKSHL

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support qtwrk

    (@qtwrk)

    when you see that empty page, please try check the html source code, see if it has anything in it ?

    Thread Starter rudolfl

    (@rudolfl)

    All there is:

    <!-- Page optimized by LiteSpeed Cache @2024-08-13 20:17.05 -->
    <!-- Page cached by LiteSpeed Cache 6.2.0.1 on 2024-08-13 20:17:04 -->
    <!-- Guest Mode -->
    <!-- QUIC.cloud UCSS loaded -->


    Nothing else

    Plugin Support qtwrk

    (@qtwrk)

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

    please try this

    Thread Starter rudolfl

    (@rudolfl)

    So far, looks OK.

    Does “guest optimisation” turns on HTML minifier internally regardless of user settings?

    Rudolf

    Plugin Support qtwrk

    (@qtwrk)

    yes , guest optm will literally enable all the page optm options regardless the settings that is shown to user

    Thread Starter rudolfl

    (@rudolfl)

    Thank you for clearing this one.

    I updated all my sites with this code, just to be on the safe side.

    One question remains, though — why HTML Minifier minifies page code to nothing?

    Plugin Support qtwrk

    (@qtwrk)

    the HTML minify library some times crashes during the process and returned empty content

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.