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.
Loading...
Related Quiz
- You're developing a system where multiple modules need to be notified whenever a particular event occurs. Which design pattern would you implement to achieve this?
- Security _______ involve scanning systems for vulnerabilities and weaknesses.
- Suppose a critical bug is found in production. Describe the steps you would follow using Gitflow to fix the issue.
- A stored procedure is _______ in a relational database, which can be executed by invoking its name.
- You're tasked with implementing a backup strategy for a highly sensitive database. Outline the key considerations and steps you would take to ensure robust backup and recovery processes.