Menachem35
(Menachem Glik)
July 31, 2025, 5:30am
1
I followed the advices I got here and refactored the code.
Yet, sometimes the website is down, Instance count jump to 8, and yet, the website is crashing
This the charts I have when Instance count jump to 8, and website is not available
This on Standard S1 plan
When it happen I need to change the plan to Premium v3 P0V3, then it stable. Problem is that the Premium v3 P0V3 cost $127 / month …
It’s happen recently more often , not only when I send newsletter.
Is it normal?
Is Umbraco only works properly with the more expensive plan? (Premium v3 P0V3)
Is Standard S1 not suitable to Umbraco 16?
Thanks.
Saeve
July 31, 2025, 6:28am
2
Hi @Menachem35
See my response to your original thread for more suggestions:
Hi @Menachem35 and welcome
I think there’s a lot of potential issues with the provided examples.
If you code follow the same pattern as the one you’ve linked to, then you’re most certainly falling into two anti-patterns:
Querying with Descendants
Over querying
There are far too many, too expensive queries that doesn’t really scale well with the amount of content.
Furthermore checking the website on the GitHub page with Google Page speed yields a pretty bad score:
h…