Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
Issues
Issues

Investigating Inflated Bandwidth Usage After Recent Site Changes

Avatar of Josh C.Josh C.
路
路

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

15 comments

  • Avatar of Matt J.
    Matt J.
    路
    路

    Josh C. when you say traffic isn't crazy - are you looking at total hits versus unique? Could be bots/crawlers?

  • Avatar of Matt J.
    Matt J.
    路
    路

    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

  • Avatar of Zac H.
    Zac H.
    路
    路

    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.

    馃敟1
  • Avatar of Matt J.
    Matt J.
    路
    路

    ah yeah custom fonts for sure- makes sense

  • Avatar of Josh C.
    Josh C.
    路
    路

    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.

  • Avatar of Josh C.
    Josh C.
    路
    路

    We do use an Adobe font on the site - could that add bandwidth?

  • Avatar of Matt J.
    Matt J.
    路
    路

    for sure

    馃檶1
  • Avatar of Josh C.
    Josh C.
    路
    路

    Thank you for the reply by the way!

  • Avatar of Josh C.
    Josh C.
    路
    路

    Seeing as I haven't had to pinpoint an issue like this before, how would you go about diagnosing the problem?

  • Avatar of Matt J.
    Matt J.
    路
    路

    Josh C. 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 H. do you have any tools you use for this?

  • Avatar of Matt J.
    Matt J.
    路
    路

    also seems like the network tab has some quick stats too

  • Avatar of Matt J.
    Matt J.
    路
    路
  • Avatar of Josh C.
    Josh C.
    路
    路

    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!

  • Avatar of Zac H.
    Zac H.
    路
    路

    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.

  • Avatar of Zac H.
    Zac H.
    路
    路

    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.