Has anyone encountered issues where the site Bandwith seems inflated? We published some changes two weeks ago and since then we have been using 4x as much bandwidth. Assets are all optimized and the site traffic isn't crazy
@Josh Cress when you say traffic isn't crazy - are you looking at total hits versus unique? Could be bots/crawlers?
In the era of AI, there's a lot of web scrapping tools now so I would imagine we'll see bandwidth being eaten up quite a bit as of late
We were hitting 500gb bandwidth with just 20k visitors - Most of the bandwidth was due to a heavy animation and also, of all things, typography and icon packs. We moved the custom typography and icon packs to cloudflare and wrote a CSS script to load them from there. Saved us 150+gb per month.
I think we get about 2.3k per day, and we use 18 GB of bandwidth a day. I'd have to check the total number of unique hits.
Seeing as I haven't had to pinpoint an issue like this before, how would you go about diagnosing the problem?
@Josh Cress I would think something like lighthouse/pagespeed or some audit tool similar to that would give you a breakdown of what is taking up bandwidth.
You can do this right in the chrome developer tools (right click inspect).
@Zac Hardman do you have any tools you use for this?
That's where I started, with Lighthouse. I'm just trying to interpret what I am seeing ha! I'll have to dig in some more. Good to know I am on the right track. Thank you!
We just used the csv that Webflow provide (you can group by usage) and cross referenced it with the network tab in the inspection tool.
We also set some CMS lists I.e our blog to lazy load - these were originally set to eager and it loaded all 20+ pages of the blog results and their images.