This WordPress utility plugin lets you add the content-visibility
CSS property on group blocks. That property allows the browser to delay an element's rendering, including layout and painting until needed.
According to Google, you can significantly speed up the initial page load by skipping rendering on large portions of off-screen content.
Use this on long pages below-the-fold sections.
Read more about content-visibility on Web.dev
Source: Web.dev - Google demo applying content-visibility: auto to chunked content areas gives a 7x rendering performance boost on initial load. Content visibility panel screenshot.The plugin is not yet available from the WordPress.org directory.
- To find the latest release for installation, use the link under Releases > Tags to download content-visibility-auto.zip.
- Then go to your wp-admin plugins page and click on the Upload Plugin button.
- Click on the Choose File button at the center of your screen to select the content-visibility-auto.zip file you just downloaded.
- Select the proper zip file, click Open, then Install Now.
- Activate the plugin.