# Performance on new DigitalOcean Premium droplets

**URL:** https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081
**Category:** Self-hosting
**Tags:** hosting
**Created:** [February 25, 2021, 2:50am UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081 "2021-02-25T02:50:08Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [February 25, 2021, 2:50am UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081/1 "2021-02-25T02:50:08Z")

</div>

Hello everyone,

I’m curious to know if someone has already tested the new premium droplets of DigitalOcean that offer both NVMe SSD and quicker CPUs. As I asume mostly have their Discourse deployed on Droplets (as do I) probably someone already did the resizing.

I am not able to resize my instance and will only be capable to test in the weekend, but if the gains are big enough I might change the region just to do it. 😅

> More details: [Introducing Premium Droplets with faster Intel and AMD CPUs and NVMe SSD | DigitalOcean](https://www.digitalocean.com/blog/premium-droplets-intel-cascade-lake-amd-epyc-rome)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [February 25, 2021, 3:49am UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081/2 "2021-02-25T03:49:11Z")

</div>

Reading the specs it is likely there will be a noticeable difference

Ram speed makes a reasonable difference, top clock speed as well

---

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [February 25, 2021, 4:09am UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081/3 "2021-02-25T04:09:11Z")

</div>

I was thinking exactly that. Discourse should benefit a lot from these. Now to see what is better, slightly lower clock speed for faster RAM or viceversa.

Other than rebuilding, what could be a good way to test it? I’m thinking on some stress testing with something like K6 or JMeter

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [February 25, 2021, 4:10am UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081/4 "2021-02-25T04:10:39Z")

</div>

The ideal test is probably discourse bench:

> <https://github.com/discourse/discourse/blob/main/script/bench.rb>

Setting it up is a bit tricky, I should at some point make a Dockerfile for it.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [February 25, 2021, 3:35pm UTC](https://meta.discourse.org/t/performance-on-new-digitalocean-premium-droplets/181081/5 "2021-02-25T15:35:36Z")

</div>

One easy way to test the all around hosting performance @codinghorror uses is timing rebuilds. I went ahead and did a 4 way test in Digital Ocean:

| Droplet Type | Price | Time |
| --- | --- | --- |
| Basic | $5 | 5m18.476s |
| Basic Intel Premium | $6 | 4m19.710s |
| Basic AMD Premium | $6 | 3m45.489s |
| CPU Optimized | $40 | 3m33.580s |

So, it looks like, for people on the $5 droplet, moving to a $6 AMD one is a pretty good deal.
