Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.6k
Experience post-migration fromSvelte 3
toSvelte 5
#16326
-
WARNING 10GB PER-DAY DOWNLOAD USAGEObviously, I need to look into the underlying cause of this issue – but, it seems post-migration from 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. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 5 replies
-
I have added a public repo here:https://github.com/inspiredlabs/sv-migrate-to-consume-bandwidth |
BetaWas this translation helpful?Give feedback.
All reactions
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
The high bandwidth usage happening right after migrating would also make sense if it's Web crawlers, because any crawlers that indexed your site a long time ago probably noticed "Hey, the contents of the site have changed" (which they had, even if it's only the Javascript that was different — but the HTML was probably slightly different as well) and would start re-indexing your site. And in the absence of a robots.txt file, they would hit every URL, including any .mp4 files that are relatively large. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I don't have a Pro account so I can't |
BetaWas this translation helpful?Give feedback.
All reactions
-
I didn't add one intentionally to I'll add |
BetaWas this translation helpful?Give feedback.
All reactions
-
@rmunn Thanks for getting back to me. |
BetaWas this translation helpful?Give feedback.
All reactions
-
No idea, sorry; I don't use Vercel myself so I don't know anything about their setup or where you would want/need to add your own inspector. Hopefully someone else will have some idea. |
BetaWas this translation helpful?Give feedback.