• Resolved rudolfl

    (@rudolfl)


    Hi,

    My site is “optimised” to an empty page by LiteSpeed.

    Report: APKRFURL

    Page content only has:

    <!-- Page optimized by LiteSpeed Cache @2023-10-13 11:54:46 -->
    <!-- Page cached by LiteSpeed Cache 5.6 on 2023-10-13 11:54:46 --><!-- X-LiteSpeed-Cache-Control: public,max-age=604800 --><!-- Full varies: guest_mode:1+webp --><!-- X-LiteSpeed-Tag: 841_HTTP.200,841_front,841_URL./,841_F,841_Po.3545,841_PGS,841_ --><!-- Object Cache [total] 14898 [hit_incall] 14496 [hit] 0 [miss_incall] 53 [miss] 349 [set] 354 --><!-- QUIC.cloud UCSS loaded ? -->

    I had to disable Litespeed for now, but can give you access if yo would like to test anything.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I had to disable Litespeed for now, but can give you access if yo would like to test anything.

    Please never offer access like that again, they can be banned from this site if they accepted that offer.

    Plugin Support qtwrk

    (@qtwrk)

    please try disable HTML minify and add this code to your functions.php

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

    purge all , see how it goes.

    Thread Starter rudolfl

    (@rudolfl)

    Thank you,

    Looks ok at the moment, but will keep an eye on it as cache builds up.

    Any reason HTML minify can behave in this way? I pretty much duplicated LiteSpeed settings across all of my sites and only one exhibit the problem.

    Plugin Support qtwrk

    (@qtwrk)

    the HTML minify library sometimes gives empty output for whatever reason , must be something in other plugins or theme that upsets it …

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site optimised to empty page’ is closed to new replies.