Would it be feasible to showcase a static HTML page while the dyno is starting up, just like how a custom page can be shown during errors or maintenance mode?
The size of my app's slug is quite significant, leading to a startup time of almost 50 seconds. If there's a way to have some content displayed for users instead of a blank page, that would be ideal. Otherwise, I'll work on reducing the slug size directly to improve the startup time.
Appreciate any advice you may have on this issue!