LiteSpeed Cache replaces theme CSS with missing optimized CSS file
-
Hello,
I’m experiencing an issue with LiteSpeed Cache 7.8.1 on two WordPress installations (production + staging).
Last Report Number: USRUKVAY
Last Report Date: 07/27/2026 20:00:50Environment
- WordPress
- GeneratePress theme
- LiteSpeed Cache 7.8.1
- All CSS optimization features are OFF (Minify, Combine, UCSS, CCSS, Async CSS).
- Production site is connected to QUIC.cloud.
- Staging site is NOT connected to QUIC.cloud.
Issue
On both production and staging, LiteSpeed replaces the original GeneratePress stylesheet with:
<link data-optimized="2" rel="stylesheet" href="/wp-content/litespeed/css/xxxxxxxx.css">The referenced CSS file does not exist and returns 404, leaving the page without any theme CSS.
The page source also contains:
<!-- Page optimized by LiteSpeed Cache --> <!-- QUIC.cloud UCSS in queue -->even though all CSS optimization features are disabled.
If I request the exact same page using a random query parameter (e.g.
?test=123), the page loads correctly:- no
data-optimized="2" - no
QUIC.cloud UCSS in queue - original CSS is used
- no 404
I have also tested a third production website on the same LiteSpeed Enterprise server with the same theme and LiteSpeed Cache version. That site works correctly and does not output
data-optimized="2"orQUIC.cloud UCSS in queue.I have already tested:
- Purge All
- Disable all other plugins
- Verify
.htaccess - Latest available LiteSpeed Cache build (master)
Has anyone seen LiteSpeed replacing the theme stylesheet with a missing optimized CSS file while CSS optimization is disabled?
Thanks!
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.