A global news website wants to reduce load times for its international audience. How would you recommend implementing caching to achieve this goal?

  • Client-side caching with local storage
  • Database query result caching
  • Edge caching with CDN nodes in various geographical locations
  • Server-side caching using technologies like Varnish
To reduce load times for international audiences, edge caching with CDN nodes strategically placed globally is effective. It ensures that content is served from a server closer to the user, minimizing latency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *