How it is built, and what happens when something goes wrong.
PressRidge is managed WordPress and WooCommerce hosting. This page is not a feature list — it is the machine, the failure paths, and every number with the measurement behind it. If you want to know what your neighbour can reach and where your backups live, the answers are here rather than in a sales call.
What you are actually renting
Most hosting pages show you a dashboard. Here is the machine. Every box exists on every node, and the dotted line is the only thing between your site and the one next to it — which is why it is drawn.
Two things on this drawing are the reason it exists. The dotted line is a real boundary — the kernel, not a setting. And the credentials live on a different machine from the one running your PHP.
What happens when something goes wrong
Stability is not an uptime number on a marketing page. It is what the system does on the day it is wrong, and these are rules the platform enforces on itself.
What happens when somebody buys something
A checkout is the one request hosting cannot afford to get wrong, and most of what goes wrong is caching. This is the path, in order.
The cache does not answer
Cart, checkout, my-account, login and any request carrying a logged-in cookie skip it entirely — verified by request, not by reading the configuration.
nginx hands it to your container and nobody else’s
One vhost per site, one PHP pool per site, sized from that site’s own plan rather than shared with whoever is busy.
PHP runs as an identity that cannot rewrite your code
The serving process writes uploads, plugins and themes. It cannot
write WordPress core or wp-config.php, and a PHP file
somebody uploaded will not execute — that returns 403.
The database answers on your credential only
Your user reaches your schema. Another customer’s schema answers access denied — measured between two live sites rather than assumed from the configuration.
The order confirmation is signed as you
Your sending domain has its own DKIM keys and DMARC record, so the mail authenticates as your shop rather than as the hosting company.
Every number, and how it was taken
Figures are readings from the live platform, not targets. Where something has not been measured, it is not on this page.
Files and database from one instant
how A read lock, one snapshot naming both datasets, unlock — timed by the database server. A control run without the snapshot produced 1753 rows against 1792 files; with it, 811 and 811.
Backups are restored, not assumed
how A real site restored end to end, timed. One repository here had a block the storage provider served as zero bytes, and the integrity check called it clean twice. Only an actual restore found it.
A cached cart is one customer seeing another’s order
how Verified by request on the live edge for cart, checkout, my-account, login and any logged-in cookie.
Your shop’s mail is signed as your shop
how Each sending domain gets its own DKIM keys and a DMARC record, so an order confirmation authenticates as yours.
What email actually costs
Transactional email is the part of hosting most often sold back to you, so here is the arithmetic in full.
What sending costs, at the provider
how Amazon SES list price on the plan this platform uses, for the first 10 million messages a month. That is the whole cost of moving a message; there is no per-domain charge and no per-mailbox charge.
A shop taking 500 orders a month
how Roughly three messages per order — confirmation, shipping, the occasional password reset — is about 1,500 messages, which is twenty-four cents. Transactional email at a shop’s volume is not a real cost.
What is not built yet
A page listing only what works is a page you cannot judge. These are the four a competitor leaves off.
The panel
Everything above is operated from one place: create a site, add a domain, take and restore a backup, open a database console, read the logs, change PHP, push staging live.
PressRidge is not open for general signup yet. If you run a WooCommerce shop and this page reads as reassuring rather than alarming, we would like to hear from you — early sites get attention no busy host can give.
hello@pressridge.com Open the panel