Usually, the renderer need to wait worker ready and render template with data from worker. But when the tamplate is a static template and can render without data, the renderer do not need to wait worker data and can render template earlier.
For Example, a list page can render an empty list at first earlier, and render the full list when data ready. It can help improving page FP/FCP perfromance
Start from SDK library version 4.25.0
Usage
1. Add staticTemplate field in page config file
Code
2. Make sure page tamplete is safe for earlier render
Code
Was this page helpful?
Last modified on