Pergunta de entrevista da empresa Capgemini Engineering

How can you manage web page load?

Resposta da entrevista

Sigiloso

17 de set. de 2024

I would render the pages at the server side, and also if it is necessary i would keep them statically. On each request when client requires some resources then server will send only statically generated ones. If there is no SEO friendly pages then i would render them partially at the server side, other stuff i would put to the client side like fetching some data from the api.