• Resolved converted

    (@converted)


    Is the problem with css combined files fixed in version 4.3? I am asking because I did not read it in the changelog.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You never provided the team with any further details except “my page is broken” when you were asked here.

    Everything works fine on our website after some tweaking and tuning. There are things you’ll have to enable/disable/test etc. to find out where the problem is.

    The first step would be to disable all your page optimization settings (or reset it via Toolbox), enable guest mode and guest optimization and let it do its thing. If it works, then gradually start enabling page optimization and see what works and what doesn’t.

    Thread Starter converted

    (@converted)

    Many users pointed to problems with combined css files, so I asked the developers of the plugin if they fixed it in the last update, and I am not asking you @streamforte because your case is unreliable.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    no , it’s not yet fixed , we are having hard to reproduce it

    if you can provide some help :

    download https://www.litespeedshare.net/2021/08/92db40-debug.zip

    this package contains 3 modified files with more debug log enabled, for v4.3 version only

    please replace them into /wp-content/plugins/litespeed-cache/src/ to override exsiting ones

    now edit wp-config.php

    find line

    define('WP_DEBUG', false);

    add ; in front it to comment it out , then add

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY',false);

    after it

    and then go to wp-admin -> LSCWP -> toolbox -> debug setting

    set debug log to admin IP only and add your IP in below box

    in “Debug URI Excludes” field ,add

    admin
    ajax

    into it , save and purge all

    and then wait for it happens again

    once it happens , please send /wp-content/debug.log and PHP error log (typically located /public_html/error_log on cPanel) to support at litespeedtech.com with reference link to this topic

    Best regards,`

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    there is a patch for combined files 404 error in v4.4-rc4 , please upgrade to it and see how it goes

    you can get it in toolbox -> beta test -> click “dev” and upgrade

    Best regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Version 4.3 and css combined files problem ???’ is closed to new replies.