• Resolved pdagnall

    (@pdagnall)


    Hi,

    I am at a loss as to what to do. My host recommends Litespeed cache but I can only get the speed to reach 12 for mobile (Google Page speed insights) using Litespeed Cache.

    It is currently using Autoptimise and I can get it to 24 for mobile.

    I really need to get it to at least average – about 50 (on mobile), I was hoping that Litespeed would be the answer.

    Do you think there are settings that I can change to get this to an average score?

    Can you recommend an expert that could do this?

    Thanks
    Paula

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 25 total)
  • Your page is using LiteSpeed webserver, but there is no cache and page isn’t optimized by cache plugin. So how can we help you if both is OFF?

    Thread Starter pdagnall

    (@pdagnall)

    I have switched Litespeed back on. Autoptimise is now deactvated.

    How can you help me ??

    Autoptimize is still OFF, but I already see what the problem is. Let me do a closer look on it. Please hold the line….. ??

    Status of examination
    You have:
    2 CSS files with size ~ 1.5MB too much
    42 Javascript files with size ~ 4.8 MB too much
    7 font files with size ~ 240 kb OK
    22 images with size ~ 517 kb OK
    4 AJAX Requests, 2 of 4 are external Requests to Google with a very long delay

    If you enable Autoptimize it can improve the loading of static sources, but the main reason why your page is so slow, are external requests to Youtube and Google. This can’t be optimized. Remove this external requests and your page will load faster, but there are still other reasons that can only be checked if you enable Autoptimze.

    Thread Starter pdagnall

    (@pdagnall)

    Hi Serpentdriver,

    I have enabled Autoptimise too, so both caches are on. Is that ok to have both on?

    Thanks for that. What can be done about slow external requests to google and Youtube without removing the recaptcha and video?

    Thanks

    There is still a lot that needs custom settings, but must be done step by step to prevent malfunction. After every step you have to purge the cache first and after cache is purged, check all frondend funtions if everything works proper.

    1. Step
    ********
    Add this to your .htaccess.

    <FilesMatch “\.(jpg|JPG|jpeg|webp|jpe?g|woff|woff2|png|css|js|gif|swf|ico|ttf|eot|ico|js|mp4|webm|svg|json)$”>
    Header set Cache-Control “public,max-age=31536000”
    </FilesMatch>

    2. Step
    ********
    Go to /wp-admin/admin.php?page=litespeed-page_optm#settings_js and compare your settings with settings below and change yours if the are differently

    JS Minify -> ON
    JS Combine -> ON
    JS Combine External and Inline -> OFF
    JS HTTP/2 Push -> ON
    Load JS Deferred -> ON
    Load Inline JS -> Default

    If done, give me a new status to check page again.

    Please don’t use Autoptimize plugin!!! Disable or deinstall it.

    Thread Starter pdagnall

    (@pdagnall)

    done

    Did you purged the cache after new settings? If not, please do it.

    Thread Starter pdagnall

    (@pdagnall)

    Hi,
    Steps 1 and 2 are complete
    cache cleared at the server level (LiteSpeed Web cache manager)

    Thanks

    Please check if you really did the changes to .htaccess! These changes have effect on browser cache, but I still see previous cache values.

    Thread Starter pdagnall

    (@pdagnall)

    I put it at the end of he code on .htaccess

    so have now moved it to the beginning and cleared the cache.

    Remove these changes vom .htaccess and do the following instead:

    Go to: /wp-admin/admin.php?page=litespeed-page_optm#settings_html

    CSS/JS Cache TTL -> 31536000
    HTML Minify -> ON
    DNS Prefetch -> empty
    DNS Prefetch Control -> ON
    Remove Query Strings > ON
    Load Google Fonts Asynchronously -> ON
    Remove Google Fonts -> OFF
    Remove WordPress Emoji -> ON
    Remove Noscript Tag -> OFF

    DON’T FORGET TO PURGE THE CACHE!!!!

    Thread Starter pdagnall

    (@pdagnall)

    All done

    No, there is still something wrong. When you purge the cache, go to:

    /wp-admin/admin.php?page=litespeed-toolbox

    And click on “Empty Entire Cache”

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Increase page speed with Avada’ is closed to new replies.