Experience post-migration from Svelte 3
to Svelte 5
#16326
Replies: 3 comments 4 replies
-
I have added a public repo here: https://github.com/inspiredlabs/sv-migrate-to-consume-bandwidth |
Beta Was this translation helpful? Give feedback.
-
Yes. It doesn't make any sense to me though because it says the most demanding route is the WHO brochure PDF page (https://inspiredlabs.co.uk/cfe/cfe-brochure-2025.pdf), but it only accounts for a minuscule amount of bandwidth in comparison with the consumption rate. |
Beta Was this translation helpful? Give feedback.
-
Is your site perhaps being scraped by a Web crawler or two? I can't imagine that the PDFs are very large, but there's also an .mp4 on the cfe page. How large is it? Also, since the cfe-brochure-2025.pdf is the first link on the page, I wonder if all downloads coming from that page are being misattributed to the first link by some bug in Vercel's analysis system. Not very likely, of course, but when you have a really weird result, you tend to examine every possiblity, even the unlikely ones. At any rate, I don't see a robots.txt file in your source, so you should perhaps consider whether Web crawlers are consuming your bandwidth. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
WARNING 10GB PER-DAY DOWNLOAD USAGE
Obviously, I need to look into the underlying cause of this issue – but, it seems post-migration from
Svelte 3
toSvelte 5
my website is consuming up 10GB per day in download usage.This is very hard to fathom as the content of the site has hardly changed – although I can pin-point the spike after the day I use the automatic migration tooling.
Please let me know if this experience is something that others are aware of/not aware of.
Any thoughts or guidance welcome.
Beta Was this translation helpful? Give feedback.
All reactions