7. Alex is optimising the loading speed of a complex web application. What are the techniques and strategies he can employ to achieve this, considering both client-side and server-side optimisations?
1 point
Optimising client-side rendering
Leveraging browser caching
Implementing lazy loading for assets
Using server-side rendering and content delivery networks (CDNS)
FUO