Tagged: slow
-
AuthorPosts
-
June 6, 2017 at 11:54 pm #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
June 7, 2017 at 8:44 am #804921Hey olieshop24,
Follow some tricks to help you: http://www.sparringmind.com/speed-up-wordpress/
Best regards,
John TorvikJune 7, 2017 at 8:58 pm #805289Hello,
Here you go.
Greetings.June 7, 2017 at 9:18 pm #805301Well 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
June 8, 2017 at 3:28 pm #805607Enfold guys & @Guenni007: what are your thoughts on using CDN to speed up a site based on Enfold?
June 8, 2017 at 3:48 pm #805613you 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
June 8, 2017 at 4:17 pm #805634Thanks 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.
June 9, 2017 at 8:55 am #805913Hi 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,
RikardJune 9, 2017 at 9:07 am #805922Hi Rikard,
Not yet to be honest. I am investigating… Which caching plugin(s) would you advise work best with Enfold?
Best regards,
MoniqueJune 9, 2017 at 2:22 pm #806066Hi,
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,
RikardJune 9, 2017 at 2:56 pm #806083Thanks 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!
MoniqueJune 11, 2017 at 6:47 am #806469Hi 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,
RikardJune 11, 2017 at 10:29 am #806528i 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.June 12, 2017 at 6:57 am #806740 -
AuthorPosts
- You must be logged in to reply to this topic.