Google Fonts: a lifesaver for designers but not so much on mobile.
I switched to hosted web fonts from another provider that offers lighter font files optimized specifically for display rather than print.
It reduced my page load times by 15% without compromising readability.
Try switching your Google Web Font imports with ones like:
<link href=" rel='stylesheet' type ='text/css'>
You might be surprised how much bandwidth and render time you can save.
>Don't forget to test on actual mobile devices after making this change.its easy for desktop performance gains not translate well when viewed from a real-world user's perspective.
Give it shot if your site sees heavy traffic through smaller screens!