pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

performance improvements using css content-visibility #153

Open kapouer opened 3 years ago

kapouer commented 3 years ago

https://web.dev/content-visibility/ TL,DR: set CSS content-visibility: auto on DOM nodes which do not have a size depending on the content they have. (available in chrome 85). There are candidates that pops into mind:

The performance improvement for initial rendering of a web page could be huge on complex pages.