Nick Coury
Nick Coury
Thinking about this from a user-centric angle using guidance like https://web.dev/articles/rail and even personal experience, I have to imagine there's a small range for a good default render-blocking timeout in...
> VT aside, is showing unstyled content that may look extremely broken after 5s better? Hard to tell. I would suggest yes as a default, a user on that slow...
I was specifically thinking about the new tag since blocking on an #id seems inherently more risky if it's not actually in the doc. Agreed this wouldn't make sense to...
I'm also very excited about this proposal and it's something we've long desired. A bunch of thoughts in no particular order: - I slightly prefer the PerformanceObserver approach. It conforms...
Are there any signals available that would indicate when the next page is ready? Use cases that are coming to mind: 1. Showing infinite skeleton loaders until the next page...