-
AuthorPosts
-
June 16, 2015 at 1:22 pm #460017
Hi
Please look at the link for google speed test and help me fix the errors.
I have tried but could not find help or how to.
Thanks in advance.
June 16, 2015 at 7:28 pm #460308Hey lucky13media!
The best way to optimize a WordPress site is to use a caching plugin such as WP Super cache or W3 Total cache. A plugin such as BWP Minify will help in minifying the JS and CSS as well.
That should help with the pagespeed insights.
Regards,
ElliottJune 16, 2015 at 7:54 pm #460331hi
thanks for the reply
however I need help with 2 main issues that needs to be fixed1-
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 14 blocking script resources and 11 blocking CSS resources. This causes a delay in rendering your page.2-
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.————–
Unless I am wrong and you can tell me that a caching plugin and BWP Minify can fix the above issues
Regards
June 16, 2015 at 8:29 pm #460367Just installed BWP but still saying Minify JavaScript and Minify HTML
June 16, 2015 at 10:39 pm #460463I have also installed this plugin https://wordpress.org/plugins/autoptimize/
and added this to .htaccess
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”## EXPIRES CACHING ##
STILL HAVE SOME PROBLEMS
IS WHAT I’VE DONE WRONG?
PLEASE CHECK AGAIN http://buyfollowersontwittercheap.com/June 18, 2015 at 3:42 am #461033Hi!
Eliminate render-blocking JavaScript and CSS in above-the-fold content – You will get this error on any page unless it doesn’t use CSS and JavaScript. Also, the files are in fact not render blocking, they are render helping. Without them the page would not have it’s look and feel. So in short, they are there for a good reason and they are needed there.
Cheers!
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.