Speed Test Issues after 7.6 Update

Posted in: Newspaper
Post count: 18

Hi,

I use the Autoptimize Plugin. I tried Speedbooster but it’s complex and it also gave me 16 instances of where JS/CSS were blocking.

When I conducted the test after the 7.6 upgrade, I was slower and no longer in the green on Google

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.hotcupofbeauty.com%2F&tab=mobile

Much of the issue has to do with Google Fonts. When I did test on Pingdom, it said that Is should combine files

From Pingdom:
“There are 4 CSS files served from fonts.googleapis.com. They should be combined into as few files as possible.”

I am not advanced. How can I resolve this?

my blog is http://www.hotcupofbeauty.com

hotcup

Post count: 22421

Hi,

The google fonts are different fonts and our theme cannot combine them into one single string. If you use many fonts you will see this happening. Please try to use only one or 2 fonts on your site. We have 2 default fonts already so 2 are already loaded. If you use 2 more, then they will be 4 loaded. As for the rest of the page speed issues, you should follow this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ as your site is not optimized.

Thank you!

Post count: 18

Thanks. I recently switched themes. Would the google font have transferred to my Newspaper Theme? I just assumed that my current fonts were the Newspaper7 defaults.

Post count: 9544

For advanced use, it’s good to “unhook” the fonts from being enqueued in the theme functions file, and you can combine them as so:

https://fonts.googleblog.com/2010/09/optimizing-use-of-google-font-api.html

for advanced users, you actually capture the CSS from google and put at top of you style.css file.

I cover this a bit in my long winded tutorial thread on optimization in the docs > tutorials > DIY/best of forums

That might not help, but perhaps give you juice to go on an adventure on learning to “super optimize” Google font loading fpr best pagespeed (how I get 100/100) 😉

Post count: 18

Thanks Chris. I am not an advanced user but I will check it out and see if I can give it a try.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.