Which of the following strategies can be used to efficiently serve static assets and optimize performance?

  • Caching static assets at the server-side.
  • Using long, descriptive file names for static assets.
  • Serving static assets through a Content Delivery Network (CDN).
  • Storing static assets in a database.
Serving static assets through a Content Delivery Network (CDN) is an efficient strategy to optimize performance by distributing assets across geographically distributed servers, reducing latency and improving load times. The other options either don't directly address performance optimization or provide incorrect methods.
Add your answer
Loading...

Leave a comment

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