I have to serve lot of images from server through HTTP request. I am using a Basic with 4 vCPUs droplet. But my content are not loading fast enough. Can anyone please help me out to choose a droplet which can serve a lot of images faster?
Which droplet should i choose Basic/General Purpose/CPU-Optimized/Memory-Optimized to serve content fast?
Thanks in advance.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
For serving static files quicker, I would recommend using a CDN like Cloudflare or using the DigitalOcean Spaces with CDN enabled:
https://docs.digitalocean.com/products/spaces/how-to/enable-cdn/
That way your static content will be served from multiple locations reducing the overall latency.
Hope that this helps! Regards, Bobby