LiteSpeed WordPress Permission Fix

When switching a WordPress install from Apache to LiteSpeed, you're likely going to encounter permission errors and warnings within WordPress. This is due to LiteSpeed using the server user nobody. Through Webuzo, I switched from…

Compressing Images In Cloud Storage

At some point in time you may have pushed your website's images to the cloud, whether it be to S3 (AWS) or a host like DigitalOcean's Spaces. These images are now sitting in storage needing…

LiteSpeed Cache wpDiscuz CSS/JS Minify Fix

When trying to use LiteSpeed Cache and wpDiscuz together, there are some problems when using minify CSS and JS. The comment box doesn't work properly and you will see 404 errors in the console. We…

Best OPcache settings: A Good Starting Point (2023)

When configuring your server settings for best performance, you have to look at every option available. Typically, OPcache should already be enabled along with its default settings. When I do any optimizations, I like to…

How To Optimize SQL Database

Every once in a while it’s a good idea to optimize your website’s SQL database tables. This will ensure things are running at their full potential.