Owain Jones
10/06/2023, 1:14 PMS2
)
- 1x Backoffice editing app
- 2x frontends that sit under Azure Application Gateway (WAFv2)
- 2x Azure SQL (S2
) (geo-redundant)
- 1x Storage Account for blob storage (media & crops cache)
This setup handles load very well, but is quite expensive (~Β£800 a month), and whilst it makes sense for the clients that need it, it absolutely does not make sense for smaller clients.
I've seen people recommend the new Premium v3 service plan, specifically the P0v3
, which looks to be on par/maybe better than the older S2
tiers. (they're also a lot cheaper compared to S2
)
So my thinking is that these are two good options for more basic sites:
- 1x Web App (P0v3
)
- which can be manually/automatically scaled up
- (I know the backoffice / *SchedulingPublisher *server should NOT be scaled out, but scaling up *"should*" be ok?)
or
- 2x Web Apps (P0v3
)
- 1x backoffice edit app, not scaled
- 1x frontend that can be scaled up/out. (with redis cache, or similar, if scaled out)
Has anyone else used P0v3
tier web apps for Umbraco?Ambert
10/06/2023, 2:01 PMOwain Jones
10/06/2023, 4:52 PMRavi
10/06/2023, 8:53 PMAmbert
10/06/2023, 8:56 PMruns like a train
(dutch expression, runs really good)
We used to run on a B1, but when content / visitors grew it wasnt doable anymoreAmbert
10/06/2023, 8:57 PMRavi
10/06/2023, 9:02 PMAmbert
10/06/2023, 9:10 PMOwain Jones
10/09/2023, 8:30 AMPrenders
02/22/2024, 3:24 PMPrenders
02/22/2024, 3:26 PMAmbert
02/22/2024, 3:58 PMPrenders
02/22/2024, 4:06 PMAmbert
02/22/2024, 4:31 PMAmbert
02/22/2024, 4:31 PMOwain Jones
02/22/2024, 4:33 PMP0v3
tier is going live next monday, so I'll update on here once I get some performance feedback π
That client also decided to go with the 3 year reserved option, and they saved around 43%! (Β£208 vs Β£365 a month for the apps, 2x frontend 1x backoffice)Owain Jones
02/22/2024, 4:42 PMAmbert
02/22/2024, 4:45 PMAmbert
02/22/2024, 4:45 PMnzdev
02/23/2024, 2:55 AMMaarten
02/23/2024, 7:58 AMPrenders
02/23/2024, 10:27 AMPrenders
02/23/2024, 10:28 AMSiempreSteve
02/23/2024, 11:16 AMSiempreSteve
02/23/2024, 11:18 AMPrenders
02/23/2024, 11:31 AMSiempreSteve
02/23/2024, 11:55 AMivodepivo
02/23/2024, 12:04 PMSiempreSteve
02/23/2024, 12:05 PMSiempreSteve
02/23/2024, 12:05 PMivodepivo
02/23/2024, 12:06 PMivodepivo
02/23/2024, 12:07 PMivodepivo
02/23/2024, 12:07 PMivodepivo
02/23/2024, 12:08 PMPrenders
02/23/2024, 12:09 PMivodepivo
02/23/2024, 12:11 PMivodepivo
02/23/2024, 12:12 PMivodepivo
02/23/2024, 12:12 PMPrenders
02/23/2024, 12:17 PMP0v3
ivodepivo
02/23/2024, 12:19 PMOwain Jones
03/14/2024, 12:01 PMP0v3
based site has been running really nicely since launch! Seems to be running just the same if not better than our S2
sites! π
Both frontends are averaging about 55% RAM usage and 2% CPU usage (screenshot is frontend 1)
(Pretty light traffic though, only 1-1.6k total requests per hour during weekday office hours)
https://cdn.discordapp.com/attachments/1159841200547844106/1217804799211475005/image.png?ex=66055c19&is=65f2e719&hm=41781cb6cf02951476eafea163429cd2287b6e816bc49cfab201c762de72cd91&Prenders
03/14/2024, 12:21 PM