Optimizes images for better performance by automatically handling lazy loading, resizing, and serving images in modern formats.
Breaks down JS bundles into smaller chunks, load only the code needed, which will reducing initial load times.
A strategy of stale-while-revalidate. SWR returns cached data (stale), then sends a request to revalidate and update the data from network.