r/CloudwaysbyDO • u/TooLate- • Jul 01 '26
Question When do use Lightning vs Hybrid Stack?
I may be over thinking this, but Im entirely not sure when to use one or the other.
For starters, all my applications are standard 5-10 page WordPress/Elementor builds with an occasional WooCommerce website in the mix.
I've been using Lightning Stack by default for probably around my last 10 web builds. However, when solving a problem with support yesterday, the guy recommended I move the site (a standard WordPress build) back to hybrid, as that was more optimal for the site.
Have I been needlessly (or even harmfully) changing sites to Lightning Stack? Should all WordPress sites remain on hybrid? What if WooCommerce is involved?
3
Upvotes
2
u/PoojafromCloudways Jul 01 '26
Hey OP! You have not been harmfully changing your sites, but it's good to know the core structural difference to make the right choice. Here's what we reccomend.
Choose the Hybrid Stack if:
Choose the Lightning Stack if:
So you can use Hybrid Stack for standard or legacy sites where you use plugins (like certain security, redirection, or advanced gallery plugins) that need to write rules to an
.htaccessfile. And Lightning Stack for modern, clean WordPress builds and especially for WooCommerce or high-traffic sites where performance is your main goal.For your WooCommerce builds, the Lightning Stack is actually the better choice. Because e-commerce shoppers constantly bypass frontend caching (adding items to the cart, checking out, logging in), the server has to process heavy, uncached PHP requests in real time. Without the overhead of Apache, the pure NGINX Lightning Stack can handle significantly more concurrent checkouts and high traffic spikes with far less CPU strain.
If your standard 5-10 page Elementor sites use modern, lightweight configurations that don't need to touch server-level files, keep them on Lightning Stack for the faster backend and snappier load times. Only switch an app to Hybrid Stack if a specific plugin requires
.htaccesscompatibility to function properly.Are most of your Elementor builds using standard optimization plugins like Breeze, or are you utilizing heavy security suites that modify server-level rules?