Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
well 100k + nginx + php-cgi + varnish cache, a 2 core, 2GB droplet should work fine, might well try 1 core, 1GB droplet first and see and if its to much you can snapshot it and move it to bigger plan
100k visitors * 7minutes(10 pv) = 1000k page views. That is average 20pv/sec and may spike to 100pv/sec sometime.
If you make static cache plugin enabled (take a search of wordpress plugins), and there are no many pic uploaded, I believe the $5 plan can handle it. (use Nginx instead of Apache)
But I still recommend you to buy 2 plans, 1 for Nginx 1 for Mysql. (maybe additional 1 for file upload/download). So that you can decide which server you need to upgrade when your site become slow.
Hello there,
You can check our WordPress marketplace app
https://marketplace.digitalocean.com/apps/wordpress
Choosing the right Droplet plan depends on your workload. An oversized Droplet would underuse its resources and cost more, but an undersized Droplet running at full CPU or memory would suffer from degraded performance or errors.
To help you pick the best Droplet plan for your use case, this article explains the differences between shared and dedicated CPUs, goes into detail on each Droplet plan, and concludes with how to make a data-driven decision.
You can also resize a Droplet to a larger plan after creation, including resizing to a larger Droplet plan of a different kind. For example, you can resize from a Basic Droplet plan to a larger CPU-Optimized Droplet plan. See the Droplet pricing page for a full list of plans and prices.
Regards