console icon indicating copy to clipboard operation
console copied to clipboard

Partial prerendering of public pages for better core web vitals

Open benmccann opened this issue 1 year ago • 2 comments

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 avatar Jan 23 '24 00:01 benmccann

@benmccann is attempting to deploy a commit to the appwrite Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jan 23 '24 00:01 vercel[bot]

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

vercel[bot] avatar Jan 30 '24 14:01 vercel[bot]

We have moved to a Node.js container now and we are taking care of it for next release 💪🏻

TorstenDittmann avatar Aug 26 '24 09:08 TorstenDittmann