4000 requests per hour?

Hi,

I see in the FAQ that there is a limit of “4000 requests per hour”. Is that requests to just the programmatic bits of the Node app or does that include service of static files?

I ask because I have a single page that loads roughly 100 static resources (it’s a WebVR app with lots of bits) so if static resources are in that 4000 count it would hit the limit after only a few dozen sessions.

So far, loving Glitch! Thanks!

Yes, it looks like that will count as 100 requests. One thing you can do to work around this is to put static resources into assets - they’re not hosted on the Glitch servers, and don’t count against that request limit.

2 Likes