Ive done everything Gmetrix and other pagespeed websites ask me to do
I added CDN Cloudfare to the list
The website is still pulling 4 seconds to 5 seconds with 59 request for a grand total of 1MB
Whats the Deal?
As far as goole is concerned, your page speed is pretty low and optimization not done on your site:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.vapekrew.com%2F&tab=desktop
Please follow the suggestions posted by google in the results and use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hey bogdan,
Here is what i found, I dunno how to fix that.
Minifying https://vapekrew.com/…ntent/themes/Newspaper/style.css?ver=8.0 could save 15.4KiB (14% reduction) after compression.
Your page has 1 blocking CSS resources. This causes a delay in rendering your page.
https://fonts.googleapis.com/…ic%2C500%2C500italic%2C700%2C900&ver=8.0
Bump does nothing except push things DOWN in the reply queue.
You can learn to minify your main style.css using minification tools online. Google is a great resource for finding things. I use this : https://cssminifier.com/
And yes, if you use ANYTHING loaded externally, like Google Fonts, JetPack, social “likes numbers” on your page, weather widget, ad networks, etc. — all slow down your page as it has to “go fetch” stuff for page to load. So, choosing to NOT use Google fonts is one option.
Using fewer modules per page; meaning no more than 10 thumbnails on sidebar and footer COMBINED will speed things up a lot.
Per GTMetrix
1) optimize your images
2) Adding time to live settings for browser caching, for Woff/Woff2 to your htaccess file as mimetypes is advisable; the other items you can’t do much about as they are on other sites — and will impact your score
3) loading all those elements from Amazon ad services’ CDN is slowing you down
4) removing query strings is advisable
That stuff from share-a-sale is badly optimized.
Generally when setting up your site
* test without ads or external items to get ‘actual’ score for your post page
* then turn on ad systems and external stuff one by one until you can stomach how this affects your side adversely — your ad units are NOT part of the theme so you should complain to them about crappy optimization!
( I don’t work here. )