Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #804748

    Hello there,
    I’ve tried so many things, but the http://www.olieshop24.nl wordpress website, has such a slow loading time. Its about 5/7 second.

    Can you help with this?

    Greetings

    #804921

    Hey olieshop24,

    Follow some tricks to help you: http://www.sparringmind.com/speed-up-wordpress/

    Best regards,
    John Torvik

    #805289

    Hello,
    Here you go.
    Greetings.

    #805301

    Well here is your gtmetrix results: https://gtmetrix.com/reports/olieshop24.nl/rUyyBHTp

    some images may be optimized but the real thing seams to be minify and caching
    so my first advise could be : use bwpminify (plugin) ( set the caching intervall to 14 or 28 days)

    and than prepare your htaccess file – here on board are some good hints for entries in your htaccess file:

    insert it to your htaccess file but not in between these lines from wordpress itself:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    …
    </IfModule>
    # END WordPress

    my standard entries for wordpress are:

    # Deny from
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>
    
     
    # Directory Browsing
    Options All -Indexes
    
    # Keep-Alive
    <ifModule mod_headers.c>
       Header set Connection keep-alive
    </ifModule>
     
    # Gzip
    <IfModule mod_mime.c>
        AddType application/javascript          js
        AddType application/vnd.ms-fontobject   eot
        AddType application/x-font-ttf          ttf ttc
        AddType font/opentype                   otf
        AddType application/x-font-woff         woff
        AddType application/x-woff              woff
        AddType image/svg+xml                   svg svgz 
        AddEncoding gzip                        svgz
    </Ifmodule>
     
    # GZip Kompression
    <IfModule mod_gzip.c>
     mod_gzip_on       Yes
     mod_gzip_dechunk  Yes
     mod_gzip_item_include file      \.(html?|txt|css|js|svg|php|pl)$
     mod_gzip_item_include handler   ^cgi-script$
     mod_gzip_item_include mime      ^text/.*
     mod_gzip_item_include mime      ^application/x-javascript.*
     mod_gzip_item_exclude mime      ^image/.*
     mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </IfModule>
    
     
    # Browsercache
    <IfModule mod_expires.c>
     ExpiresActive On
     ExpiresDefault "access plus 1 month"
     ExpiresByType text/css "access plus 1 month"
     ExpiresByType text/javascript "access plus 1 month"
     ExpiresByType text/html "access plus 1 month"
     ExpiresByType application/javascript "access plus 1 month"
     ExpiresByType application/x-javascript "access plus 1 month"
     ExpiresByType application/x-font-ttf "access plus 1 month"
     ExpiresByType application/x-font-woff "access plus 1 month"
     ExpiresByType application/x-woff "access plus 1 month"
     ExpiresByType application/xhtml-xml "access plus 600 seconds"
     ExpiresByType image/gif "access plus 1 month"
     ExpiresByType image/jpeg "access plus 1 month"
     ExpiresByType image/svg+xml "access plus 1 year"
     ExpiresByType image/svg "access plus 1 year“
     ExpiresByType image/png "access plus 1 month"
     ExpiresByType image/x-icon "access plus 1 month"
    </IfModule>
    
     
    # Deflate by FileType
    <IfModule mod_deflate.c>
     AddOutputFilterByType DEFLATE text/plain
     AddOutputFilterByType DEFLATE text/html
     AddOutputFilterByType DEFLATE text/xml
     AddOutputFilterByType DEFLATE text/css
     AddOutputFilterByType DEFLATE text/javascript
     AddOutputFilterByType DEFLATE image/svg+xml
     AddOutputFilterByType DEFLATE application/javascript
     AddOutputFilterByType DEFLATE application/xml
     AddOutputFilterByType DEFLATE application/xhtml+xml
     AddOutputFilterByType DEFLATE application/rss+xml
     AddOutputFilterByType DEFLATE application/atom_xml
     AddOutputFilterByType DEFLATE application/x-woff
     AddOutputFilterByType DEFLATE application/x-font-ttf
     AddOutputFilterByType DEFLATE application/x-font-woff
     AddOutputFilterByType DEFLATE application/javascript
     AddOutputFilterByType DEFLATE application/x-javascript
     AddOutputFilterByType DEFLATE application/x-shockwave-flash
    </IfModule>
     
    # ETag
    Header unset ETag
    FileETag None
    #805607

    Enfold guys & @Guenni007: what are your thoughts on using CDN to speed up a site based on Enfold?

    #805613

    you allways can do that! Its up to you – there are some good beginners deals – but most are associated with costs. Alot of good caching tools have integrated such settings for cdn.

    But before all that i would do all the other trick before. Enable gzip for the most of my files (see htaccess) etc. pp

    #805634

    Thanks for your response @guenni007. Meanwhile I understand that a (good) chaching plugin in your WP install is ‘the first step’ and using a CDN ‘the 2nd step’ to speed up your site.

    #805913

    Hi Monique,

    Yes, both a caching plugin and a CDN service could affect your sites load times in a positive way, did you try it out?

    Best regards,
    Rikard

    #805922

    Hi Rikard,

    Not yet to be honest. I am investigating… Which caching plugin(s) would you advise work best with Enfold?

    Best regards,
    Monique

    #806066

    Hi,

    I think you will have to try to see what works best with your server configuration, but you can try this to see if you have any luck with it: https://wordpress.org/plugins/w3-total-cache/

    Best regards,
    Rikard

    #806083

    Thanks Rikard, I will try.

    Please note that this was not my topic – just interfering… ;-) and I am not sure whether for @olieshop24 it is all clear now.

    Enjoy your weekend!
    Monique

    #806469

    Hi Monique,

    Ok, great. Let us know if you should need any further help. Next time please start a new thread, it’s easier for everyone if customers get individual help.

    Best regards,
    Rikard

    #806528

    i think Rikard is right – W3TC is one of those mighty tools – but sometimes for users a bit too mighty – means a lot of settings which can confuse normal users.
    So if i gave the admin role to my customers – i often install wp super cache and in combination with bwp minify.
    Very rarely there are problems with advanced layerslider – this could be solved by excluding the scripts of advanced layerslider from BWP MInify influence.

    #806740

    Hi,

    Thanks for sharing @guenni007 :-)

    Best regards,
    Rikard

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