Every Shine Servers shared hosting plan runs LiteSpeed Enterprise on NVMe storage. Here’s why that matters and how to squeeze the most out of it.
LiteSpeed vs Apache/Nginx
LiteSpeed is event-driven like Nginx but fully .htaccess compatible like Apache, so your existing rewrite rules work unchanged. In our internal benchmarks, static TTFB drops 40–60% versus Apache with the same hardware.
Enabling LSCache on WordPress
- Install the LiteSpeed Cache plugin from the WordPress repository.
- In cPanel, confirm LiteSpeed Web Cache Manager → WordPress Cache shows Enabled.
- Turn on Object Cache (Redis) in the plugin’s Cache → Object settings.
- Run a page-speed test — you should see
x-litespeed-cache: hitin response headers.
Edge caching and the free CDN
All plans include free CDN and edge caching. Dynamic pages honour your LSCache TTLs at the edge, so a cache purge from WordPress propagates automatically.
Verifying it works
curl -sI https://your-site.com | grep -i x-litespeed
# x-litespeed-cache: hit
If you see miss on repeat requests, check that your theme isn’t sending Cache-Control: no-cache — our support team can audit this for you 24/7.