Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Run WordPress completely from RAM

I didn't create this, just stumbled upon on it, but thought LET users would find it interesting/useful perhaps..

https://rickconlee.com/how-to-run-wordpress-completely-from-ram/

Comments

  • Sorry, you have been blocked

  • DigitalFyreDigitalFyre Member, Patron Provider

    👀 I'm gonna give that a try!

    Thanked by 1cainyxues
  • @hyperblast said:
    Sorry, you have been blocked

    No likey?

  • Sorry I was looking for how to run Ram Ranch completely from Word Perfect.

  • @twain said:
    I didn't create this, just stumbled upon on it, but thought LET users would find it interesting/useful perhaps..

    https://rickconlee.com/how-to-run-wordpress-completely-from-ram/

    Hahaha very interesting PoV. Thanks for sharing!

    This should be very doable. Especially on database part, if cron is not enough to trigger the backup, then setup async replication to mysql with persistent disk. The replication lag will be very minimal as long as not write heavy.

    More advance setup can be used to set the WordPress to be highly available, and setup monitoring if 1 node unavailable, to run the ansible again.

    The user uploaded files can be uploaded to s3 storage.

  • raindog308raindog308 Administrator, Veteran

    But is it going to make a huge difference?

    Sometimes it will, sometimes it won't. If you're page is cached and is in the filesystem cache, it's already in memory and no DB operations are necessary.

    If you're using a CDN, it may not even hit your server.

    The server is only one part of the chain.

  • Half the article is spent explaining "Why Do This", without a single mention of benchmarks/actual data.

    Let Linux manage your RAM for you, it will cache what it needs.

  • For me its not make any benefit If you have production-level wordpress.
    RAM was violate and Its no something you persist when "oopsie my chicken provider reboot hypervisor", AFAIK there no such solution like RAID was possible on memory-side.
    I have more issue with computing CPU and connectivity rather I/O on WP.
    Great article though!

  • indeed it can make difference for few milliseconds to compile and load WP page from RAM, than having it cached on serverside L3 cache plus using cloudflare full page cache. And if you are using CF Workers, then cached page can even be loaded from their any nearsest location to user among 200+ datacenters!!

    without enforcing caching, loading WP from RAM can indeed show some performance.

Sign In or Register to comment.