Sometimes initial page load speed doesn’t matter


Sometimes initial page load speed doesn’t matter.

Example: An internal SPA app that an employee uses to do their job. They load it once, and then use it all day.

In this scenario, waiting a few seconds for the initial load is just fine.
This is why I remain a big fan of simple SPA apps.

Easy to host
Easy to build
Fast after the initial page load (which is often sufficient)

No complex server required.

View original on X