Quote:
Originally Posted by NoWhErE
Jesus stay away from HG at all costs. They are owned by a conglomerate who uses the cheapest hardware and support is atrocious.
If you REALLY want 100% uptime, find a wordpress to static site generator and export your site as html only.
Then serve those html files from a CDN with an offline function (keep serving files even if the origin is down.
Result: blazing fast site that will remain up even if your wp instance gets hacked all for the price of a local wordpress instance and a
CDN starting at $10 a month.
I host several high traffic sites like this
|
An alternative to that would be memcached . Memcached basically load page from memory/cache always once first query is done and it stay that way till content of query is changed.
https://themeisle.com/blog/wordpress-memcached/#gref