Hello,
This may be quite a stupid question as I have been reading up on things to improve loading times and also performance on my Droplet but cannot get a straight answer from these articles.
My question is, if I were to resize/upgrade my Droplet to the plan above it, will it increase the performance and decrease page loading times?
Or will it stay the same if I had the same amount of visitors on the website on both droplets?
Thanks
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.
Upgrading droplet will help you if you have high-load and high number of visitors. If you don’t have high-load, high number of visitors, you should optimize website. I can recommend you running Google PageSpeed Insights. Go there, enter your website link, click on analyze and violla. Some of recommended steps would be: 1. Optimizing your page images: Compress images. This is pretty important. Sometimes you can compress 70-80%. This is a lot. Myself, I use Tinypng, and it is working excellent. You should compress all images you have via it. Use PNG or JPG. If you need animations use GIF. If you have images with geometric shapes use SVG. Learn more about it on Google Developers site.
2. Enable
gzip
compression on nginx: You can learn more about it in following DigitalOcean tutorial.3. Minify your HTML, CSS and JavaScript code: If this is possible, you should think about this. This should not be hard if you made yourself site. Well if you use Wordpress or anything like that, you will have fun time. :)
This is in some basic lines what is mostly problems. If it give everything right, consider upgrading your droplet