Partial prerendering of public pages for better core web vitals
Closes https://github.com/appwrite/console/issues/722
Previously it would display a blank white screen, followed by a loading widget, followed by the actual content.
Now it displays the left half of the content with the logo and title immediately and then the right half of the content with page-specific contents is filled in later.
Note that turning on SSR would be a more performant solution for the rest of the pages and not just the public facing ones I'm tweaking here. However, I understand there's a desire to run only a single process (PHP server) and avoid the operational overhead of introducing a Node server, so I've sent this PR as a solution instead.
@benmccann is attempting to deploy a commit to the appwrite Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| console-cloud | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 30, 2024 2:56pm |
We have moved to a Node.js container now and we are taking care of it for next release 💪🏻