-
AuthorPosts
-
February 13, 2015 at 2:02 am #395468
I’ve recently almost finished my site : Home Poker Pro – http://www.homepokerpro.com
I’ve got a few articles and videos to sort out but then its all done.I’ve been working on it locally, and decided to upload to check it all out on the server, and well its struggling.
I’ve done a couple of reports on it:
http://gtmetrix.com/reports/homepokerpro.com/ccsxcNB8
Page load time: 37.95s
Total page size: 1.37MB
Total number of requests: 67The biggest hurdle is here is page load time, I tried some caching plugins :
Wp- super cache
and another one which dealt with minifying jsI got the page load time down to about 10 seconds, but still when you went to the site it would hang, then all appear at once.
Also using the plugins to achieve this I found that some information was not displaying – the main title on the front page and the email opt in on the main page and the free tool kit page for example, the colour section background was showing but the content had disapeared.I had to remove the plugins, and re-upload my site to get the content back. (not the database, just the core files). I’m presuming the minifying of the js caused errors.
I know that sites withthe least amount of plugins run faster etc, but the plugins I’ve got all play a part :
EasySocialShare Buttons – because the flat style share buttons fit better than your default share bar
Jetpack – so people can leave comments without needing to be a member
Mailchimp for wordpress – so people can signup to my email list
Ninja popups – to handle subscriptions to maillist aswell (that are popups)
Page restrict (currently disabled) – but will be used for private content soon
Pretty Link Pro – to make affiliate links and deep nested URLS easier to remember / type
Woocommerce – for the store
WooZone – to import amazon products and redirect woocommerce cart to amazon
YITH Custom login – the make the login page have my logo and look more inlinish with my site.Can you folks help recommend anything I can do, or a decent caching plugin that can help improve the speed of my site? Ideally I’d like to get it down to around 5 -7 seconds.
Cheers
February 13, 2015 at 1:39 pm #395698Hey checkitwriteit!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/responsive-images/#post-378141
Regards,
YigitFebruary 13, 2015 at 1:42 pm #395700Perfect! Thanks so much!
I’ll follow those steps tomorrow, just off to bed now.
Thanks again!
February 13, 2015 at 1:45 pm #395702Hey!
We will keep the thread open to hear from you and it will be on hold until you post. Have a nice weekend!
Cheers!
YigitFebruary 14, 2015 at 4:32 am #396094Ok so everything seemed to be going smoothly with regards to the list outlined in the other thread, until it came to the minifying stage again.
I installed BWP Minify, and had the default options select. It completely broke the site again (like the other minify plugins I tried).
Here’s an image of the site:
Is there maybe a way to set up the minify plugin so that it doesn’t break the site?
February 14, 2015 at 5:34 am #396100I have gone through every other step outlined however.
The site speed does seem to be way better on my end.
How do you find it now?
February 16, 2015 at 5:30 am #396521Hey!
I loaded the site a couple of times and to me it seems average, not fast and not slow either.
Best regards,
RikardFebruary 16, 2015 at 5:45 am #396522Thanks Rikard.
Do you have any clarification on the minfy stuff?
What elements of Enfold can’t be minified for example as it breaks the site as per the image above
Thanks :)
February 16, 2015 at 7:13 pm #396953Hi!
It should work right out of the box. You can try deactivating your other plugins to see if that helps and checking the “Leave external files at their original positions? ” option in the BWP minify settings.
Best regards,
ElliottOctober 18, 2015 at 9:42 pm #520687WP Fastest Cache
I am not a big fan of using these cache plugins but I did test this one to see if it made a difference and it did. Having said that, I didn’t use it because I didn’t think it made a big enough difference for me to use it. I don’t like using any more plugins than I absolutely have to.
Best of luck.
October 18, 2015 at 9:50 pm #520688it seems that gzip is not activated for all file types
i have for my provider and an apache Server the following in my htaccess file:
# GZip <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/css application/json AddOutputFilterByType DEFLATE application/javascript application/x-javascript AddOutputFilterByType DEFLATE text/xml application/xml text/x-component application/json AddOutputFilterByType DEFLATE application/xhtml+xml application/rss+xml application/atom+xml AddOutputFilterByType DEFLATE image/svg+xml application/vnd.ms-fontobject font/truetype application/x-font-ttf font/opentype application/x-font-woff BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </IfModule> <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month 1 hour" ExpiresByType text/cache-manifest "access plus 0 seconds" ExpiresByType text/html "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/rss+xml "access plus 1 month 1 hour" ExpiresByType application/atom+xml "access plus 1 month 1 hour" ExpiresByType image/x-icon "access plus 1 week 1 hour" ExpiresByType image/gif "access plus 1 month 1 hour" ExpiresByType image/png "access plus 1 month 1 hour" ExpiresByType image/jpg "access plus 1 month 1 hour" ExpiresByType image/jpeg "access plus 1 month 1 hour" ExpiresByType video/ogg "access plus 1 month 1 hour" ExpiresByType audio/ogg "access plus 1 month 1 hour" ExpiresByType video/mp4 "access plus 1 month 1 hour" ExpiresByType video/webm "access plus 1 month 1 hour" ExpiresByType text/x-component "access plus 1 month 1 hour" ExpiresByType font/truetype "access plus 1 month 1 hour" ExpiresByType application/x-font-ttf "access plus 1 month 1 hour" ExpiresByType font/opentype "access plus 1 month 1 hour" ExpiresByType application/x-font-woff "access plus 1 month 1 hour" ExpiresByType image/svg+xml "access plus 1 month 1 hour" ExpiresByType application/vnd.ms-fontobject "access plus 1 month 1 hour" ExpiresByType text/css "access plus 1 month 1 hour" ExpiresByType text/x-js "access plus 7 days 1 hour" ExpiresByType text/javascript "access plus 7 days 1 hour" ExpiresByType application/javascript "access plus 7 days 1 hour" ExpiresByType application/x-javascript "access plus 7 days 1 hour" <IfModule mod_headers.c> Header append Cache-Control "public" </IfModule> </IfModule> <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> Header unset ETag FileETag None </FilesMatch>
mod_deflate and expires helps for a good ranking and speed
the last thing with filesmatch is for that annoying yslow configure E Tag messageBut modules have to be activated server sides (deflate and expires on your apache – i don’t know if this is given on your server)
- This reply was modified 9 years, 1 month ago by Guenni007.
October 18, 2015 at 10:02 pm #520696sometimes with bwp minify it helps to deactivate the minfying of the layer-slider javascript files that it works than well.
Have a look at advanced settings of bwp minify – there is listing and you can activate the layerslider js (there are two of them) and than put it with the plus sign to not minify – try that.- This reply was modified 9 years, 1 month ago by Guenni007.
October 19, 2015 at 12:22 am #520716you can see it in the gtmetrix that alot of your files aren’t compressed – have a look here on google pagespeed tool too:
October 19, 2015 at 2:13 pm #520938 -
AuthorPosts
- You must be logged in to reply to this topic.