In looking at the pagefetch version of a few pages in my search console I noticed that there is a metric ton of code added to the header area of my pages by Google.
It starts with multiple rel="preload" tags and finishes with inline css that is essenitally 10x bigger than the entire site itself uses. I copied and pasted it to find out how much code is being added. Before= 74% content. After=38% content. The code bloat is real. I don't normally check source on mobile and I guess this is mobile.
- I don't have the option active that would allow google to load adsense enhancements
- I don't have any adsense code in the head area
- I only use the code provided for the ad unit itself
Is all this preload and css injection neccessary? Can I turn it off? My site is extremely fast and light, this actually slows it down, i tested.