Hi Guys
I need help optimising my website – I recently upgraded to cloudflare pro in a bid to increase the pagespeed but I am yet to get the right config. I need help with the present page score which is presently at 64%.
http://www.screencast.com/t/MJvoDvkdc
I presently use the following plugin what is your recommendation with:
1. wp super cache
2. Ad Inserter Plugin
I use the ad inserter plugin for my adsense to align side by side. I am trying to use as less plugin as I can use, can the internal Ad setting in the theme panel do the following:
http://www.screencast.com/t/vFs4obpq
http://www.screencast.com/t/7HlbzLT7UC
3. Do you have compatibility issues with the WPML plugin – what is your recommendation with using it.
Thanks, hope to hear from you soon.
-
This topic was modified 10 years by
lanreigh.
I’m going help you a lil but you have to learn to do these things ur self…
First you need to Defer parsing of JavaScript there is a plugin that can do that for you called>>> “Async Javascript” in the settings you will choose the defer opition you can find the plugin here >> https://wordpress.org/plugins/async-javascript/ i’m using it as well and it do a great job with out issues…
To Optimize ur images this plugin can do it for you..EWWW Image Optimizer find it here >>>https://wordpress.org/plugins/ewww-image-optimizer/
You need to enable GZIP Compression on your sever
That cache plugin “Super Cache” is rubbish..i recommend you use ZenCache you can find it here>> https://wordpress.org/plugins/zencache/ it will cache ur site better and make it faster…
To help you with other issues like “Leverage browser caching” put this code in the bottom of ur .htaccess file
# END WordPress
AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
ExpiresByType font/truetype "access plus 2500000 seconds"
ExpiresByType font/opentype "access plus 2500000 seconds"
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
ExpiresByType image/svg+xml "access plus 2500000 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 2500000 seconds"
</IfModule>
# END Expire headers
and of course my venerable sticky post on optimization is designed to help you learn to do most of the heavy lifting EXCEPT for a cache plugin here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Great tips Steven and Chris.
I’ve installed Async, page is loading fast after defering Javascript, but this plugin and defering of Javascrit is breaking MY FAVORITES widget from the sidebar.
I’m using Newspaper 6.5 with Classic Blog theme.
Anyway to fix it?



