Static asset takes 1 minute to load

Our site is served with an assets-only worker. We have a 7MB wasm asset that is often stuck in "pending" for 1 minute before it starts loading. The domain is on a Pro plan, and we are also on a paid Workers plan. Any idea what might be causing this?
No description
4 Replies
Chaika
Chaika3w ago
Sounds interesting, that is a big asset but a minute is super long, does it happen w/o any extensions, in curl/etc?
Ondřej Jamriška
No extensions. It only happens in Chrome, i was not able to reproduce it with curl. The wierd thing is that the loading is stuck for exactly 60 seconds before it resumes.
Chaika
Chaika3w ago
Does it happen in chrome even if you just directly load/download that asset, and not the rest of the page? A link to repro it might be helpful, but it might just be other resources on the page blocking/hitting max conn count, and Chrome just waiting for those

Did you find this page helpful?