Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1417223

    Dear Team,
    I have some questions regarding speeding-up the website: if I already have Helper Lite for PageSpeed, would it cause a conflict/instability if I added also LiteSpeed and WP Supercache ?
    Thank you for the advice
    Regards,
    Natacha

    #1417271

    Hey HulaSlim,
    Thanks for your question, as I can tell from the Helper Lite for PageSpeed plugin page it

    Speed up your site with attributes decoding=”async” & loading=”lazy” for <img> and <iframe>. Removes problem “Does not use passive listeners to improve scrolling performance”. Help to Up Your Google PageSpeed Insights Score.

    so this is mostly to get a better PageSpeed Insights Score, the theme already has a lazy load option so the “async” attribute may help with PageSpeed Insights Score but not too much with overall load time, I don’t think that it would conflict with LiteSpeed, but I would disable it until after setting up LiteSpeed and getting a good load time.
    I would recommend setting up LiteSpeed first and don’t add any other caching right away, as there may be a issue with supercache, since LiteSpeed works on your server it should work better, at least try it first.
    The TinyPNG image compression plugin will work well with LiteSpeed and should help with image sizes.
    You can also enable compression in your .htaccess file if you add this code to it:

    <IfModule mod_deflate.c>
    AddType x-font/woff .woff
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>

    Best regards,
    Mike

    #1417353

    Hi Mike,
    Thank you for your explanation.
    I didn’t get the meaning of the DEFLATE list at the bottom, but if it isn’t important, it doesn’t matter to me.
    I did as you advised.
    As for the images I have already resized them all the other day and the difference in speed is huge. Thank you very much.
    Si if you don’t have any correction/explanation, I guess we can close the issue.
    Regards,
    Natacha

    #1417362
    This reply has been marked as private.
    #1417383

    Hi,

    Thank you for the update.

    How is it that the image appears when it’s not in the database ?

    Looks like the image has been deleted accidentally. You may need edit the page and upload the image again to the library.

    Best regards,
    Ismael

    #1417424

    Hi,
    I didn’t get why the image keep appearing when it has been deletes (website update every two weeks /months ?), but anyway, I reloaded the image and did the same all over the site, so the issue can be closed. Thanks for your answer,
    Regads
    Natacha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image size for speed’ is closed to new replies.