App Engine is great if you actually have a dynamic backend, but if you're only serving static files, try Cloudflare Pages <https://pages.cloudflare.com/>. Dead simple to deploy and update vit Git, and cheap!
There's a 20,000 file limit per site, however this appears to be a soft limit (and you can always contact Cloudflare to see if they can lift this restriction for your site). Or if possible split your files up into multiple sites. I wrestled with Google Cloud's CDN years ago and it was incredibly sub-par for a CDN, so looked for alternatives (and Cloudflare Pages was the pick of them). Nick On Fri, 25 Mar 2022 at 18:58, 'Rajesh G' via Google App Engine < [email protected]> wrote: > Hello, > > I am planning to host 50k statically generated pages on nodejs appengine. > The pages are generated using gatsby. > > Will it affect the performance of the server? Can it be hosted on the F1 > instance? > > -- > Support Team > www.servicefolder.com > *Field Service Software on Google Cloud Platform and Mobile* > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/CA%2BS7ijbVaYg6%2BEXSvctRc0pz0n_KXPf9VovxfrpyKP8%3DmA766Q%40mail.gmail.com > <https://groups.google.com/d/msgid/google-appengine/CA%2BS7ijbVaYg6%2BEXSvctRc0pz0n_KXPf9VovxfrpyKP8%3DmA766Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOj3zuDHOUxeZNsx%3DL6oQ6yJ8WyEoYdhku_85%2BGs1z_rjKDHmA%40mail.gmail.com.
