Hi all,
I’ve been running sites on LiteSpeed for a while now and I recently ran into the same issue where the admin panel seemed slow and hanging—especially when saving settings or trying to generate cache. It can be really frustrating when you just want things to work smoothly.
Here are a few things that helped me troubleshoot and fix similar behavior:
1. Check PHP limits & FPM settings
Sometimes low PHP limits like max_execution_time or memory_limit can cause requests to take forever and look like a “spinning wheel.” Bumping those up slightly (e.g., 120s / 256MB+) can make a huge difference if scripts are doing heavier work.
2. Look at LiteSpeed logs
The error logs (and access logs) often show timeouts or script failures that aren’t obvious in the UI. If you see repeated errors around the time the wheel starts spinning, that’s usually a good place to start.
3. Disable plugins/modules temporarily
If this is on a CMS (like WordPress), disabling plugins one by one helped me isolate the culprit once. A slow plugin can block admin responses and make the whole experience lag.
4. Check file permissions and ownership
Incorrect permissions on cache folders or config files can also cause repeated retries behind the scenes that make the panel feel unresponsive.
5. Browser interaction
Sometimes the problem isn’t the server at all—clearing your browser cache, trying a different browser, or opening an incognito window helped me rule out client-side hangups.
Has anyone here noticed this only happening on specific panels (like caching settings) but not others? I’m curious if it could be tied to a particular module or request type.
Would love to hear what others have tried—maybe we can narrow down a pattern!
I’ve been running sites on LiteSpeed for a while now and I recently ran into the same issue where the admin panel seemed slow and hanging—especially when saving settings or trying to generate cache. It can be really frustrating when you just want things to work smoothly.
Here are a few things that helped me troubleshoot and fix similar behavior:
1. Check PHP limits & FPM settings
Sometimes low PHP limits like max_execution_time or memory_limit can cause requests to take forever and look like a “spinning wheel.” Bumping those up slightly (e.g., 120s / 256MB+) can make a huge difference if scripts are doing heavier work.
2. Look at LiteSpeed logs
The error logs (and access logs) often show timeouts or script failures that aren’t obvious in the UI. If you see repeated errors around the time the wheel starts spinning, that’s usually a good place to start.
3. Disable plugins/modules temporarily
If this is on a CMS (like WordPress), disabling plugins one by one helped me isolate the culprit once. A slow plugin can block admin responses and make the whole experience lag.
4. Check file permissions and ownership
Incorrect permissions on cache folders or config files can also cause repeated retries behind the scenes that make the panel feel unresponsive.
5. Browser interaction
Sometimes the problem isn’t the server at all—clearing your browser cache, trying a different browser, or opening an incognito window helped me rule out client-side hangups.
Has anyone here noticed this only happening on specific panels (like caching settings) but not others? I’m curious if it could be tied to a particular module or request type.
Would love to hear what others have tried—maybe we can narrow down a pattern!