Quick #sustainableIT #webperformance tip:

Remove Google Universal Analytics (UA) from your website. I spotted two UA tags on a clientโ€™s site and ran a comparison using WebPageTest on a low-tier device: blocking two UA tags results in 13% less Total Blocking Time (here in red).

UA no longer processes data and:
๐Ÿ‘Ž takes up bandwidth on initial load (50 KB of JavaScript)
๐Ÿ‘Ž busies the processor (around 150ms CPU time on a low-tier device)
๐Ÿ‘Ž can slow down your iteraction responsiveness (INP)