opengaming / osgameclones

Open Source Clones of Popular Games
https://osgameclones.com/
Other
1.69k stars 311 forks source link

Improve rendering performance #2547

Open midzer opened 4 months ago

midzer commented 4 months ago

Rendering performance is almost 2s for the main page on my legacy machine.

This could be vastly improved by adding content-visibility CSS to <div id="content"> which is far below the initial viewport, ref https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility

Browser support is pretty good now as Firefox added it lately, https://caniuse.com/css-content-visibility

Have a nice week midzer