1.

Explain the concept of Progressive Rendering.

Answer»

Progressive rendering is a technique that is used to render content for display as quickly as POSSIBLE. Here, small parts of a WEBSITE are updated sequentially on the server and streamed to the client in parts INSTEAD of waiting for the whole page to be rendered. Once the CRITICAL content is rendered on the server, it is streamed to the client without waiting for non-critical content, which is streamed later. The browser progressively renders the HTML on the web page as SOON as it receives a chunk of the critical content. As and when the non-critical chunks are received from the server, they are rendered on the web page.



Discussion

No Comment Found