Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948295

    Hello!

    Yesterday the speed test was good. Today morning horrible. We havent´t change anything in the night.
    Do you have an idea??

    https://developers.google.com/speed/pagespeed/insights/?hl=de&url=https%3A%2F%2Ferkant.de%2F&tab=mobile

    #949038

    Hey Susanne,
    It looks like your server’s time to first byte is a little slow today, and you could improve a bit with Compressing Transfer & Compressing Images. Please read more here.
    For Compressing Images see the Image Optimization options at Enfold Theme Options > Performance
    For Compressing Transfer (gzip) check your cache plugin options or try a plugin such as Check and Enable GZIP compression or follow the instructions in the article to add this code to your .htaccss file:

    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    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 image/x-icon
    AddOutputFilterByType DEFLATE image/png
    AddOutputFilterByType DEFLATE image/gif
    AddOutputFilterByType DEFLATE image/jpg
    AddOutputFilterByType DEFLATE image/jpeg

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.