• Resolved flexi2202

    (@flexi2202)


    Hello, After passing my site through Google Page Insights, I am facing performance issues that I cannot resolve in the settings of LiteSpeed Cache. I have been trying to configure LiteSpeed Cache in various ways for several days, but these performance problems persist.. The issues I am encountering are:

    • Eliminate render-blocking resources.
    • Reduce unused CSS resources.

    Thank you for your help.

Viewing 15 replies - 16 through 30 (of 40 total)
  • Plugin Support qtwrk

    (@qtwrk)

    no no , I mean only complianz these 8 letter, because there could be some inline JS , with full path it won’t match.

    Thread Starter flexi2202

    (@flexi2202)

    Thank you for the help; I have followed your instructions. I no longer receive error messages of this kind. However, when the ‘complainz’ plugin is activated, after clearing the cache of WordPress and my browser, and I load the site, the page appears in a strange way for a fraction of a second before returning to normal. This occurs during the initial loading of the site.

    When I revisit the site without clearing the browser cache, the phenomenon does not occur again.

    If I deactivate Complainz, this phenomenon does not occur, even if I clear the browser cache

    It seems to be an error during the initial caching in a browser.

    • This reply was modified 1 year, 3 months ago by flexi2202.
    Plugin Support qtwrk

    (@qtwrk)

    is that home page ? I couldn’t see it happen

    and please provide the latest report again.

    Thread Starter flexi2202

    (@flexi2202)

    Thank you for the help. Here is the new report

    Numéro de rapport: ZMUBSOUM

    Date de rapport: 08/05/2023 07:56:31

    Plugin Support qtwrk

    (@qtwrk)

    hmm? are you referring to that “JQMIGRATE: jQuery.fn.click() ….” line ? or am I mistaken something here?

    Thread Starter flexi2202

    (@flexi2202)

    Indeed, I also saw in the console this warning message:

    JQMIGRATE: jQuery.fn.blur() event shorthand is deprecated

    Can you help me, and do you think this could be the cause of the malfunction with your plugin?

    • This reply was modified 1 year, 3 months ago by flexi2202.
    Plugin Support qtwrk

    (@qtwrk)

    em? sorry , I got little confused now , what exactly is the issue you have with your last screenshot ?

    Thread Starter flexi2202

    (@flexi2202)

    When I activate the modes:
    visitor mode
    visitor optimization

    when I clear the cache using the application
    when I clear the browser cache

    and when I add this code to the function.php file
    add_filter( ‘wp_default_scripts’, $af = static function( &$scripts) {
    if(!is_admin()) {
    $scripts->remove( ‘jquery’);
    $scripts->add( ‘jquery’, false, array( ‘jquery-core’ ), ‘1.12.4’ );
    }
    }, PHP_INT_MAX );
    unset( $af )
    Here is a screenshot of what the visitor sees on my homepage before the final homepage is displayed.

    Of course, if I deactivate:
    visitor mode
    visitor optimization

    my site displays correctly immediately. You can see that no more errors are visible in the console.

    Plugin Support qtwrk

    (@qtwrk)

    please try go to page optm -> tuning css -> ucss exclude URI, add / , save and purge all , see if this helps.

    Thread Starter flexi2202

    (@flexi2202)

    When I submit my website to Google Search Console, for the desktop version, everything is perfect, I have a solid 100%. However, for the mobile version, I still have the following issue:

    Plugin Support qtwrk

    (@qtwrk)

    is this homepage?

    Thread Starter flexi2202

    (@flexi2202)

    yes

    Plugin Support qtwrk

    (@qtwrk)

    in page optm -> css option -> generate ucss, do you see any queue list there ?

    Thread Starter flexi2202

    (@flexi2202)

    Sorry for the delayed response, but my message didn’t go through. I’m attaching a screenshot of what I’m seeing.

    Plugin Support qtwrk

    (@qtwrk)

    please try this :

    go to general -> refresh the domain key

    go to toolbox -> purge -> purge UCSS , then purge all

    access homepage in private window

    now check in the queue list again , see if you got something shows up in the queue.

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘Performance Issues with LiteSpeed Cache: Seeking Help’ is closed to new replies.