Posting Support Requests
Please ensure when posting a support request that you consider the following.
What to try before posting
1. General Items
- Ensure that you update your plugins and themes.
- Ensure that you’re running the latest PHP v8.1+
- Turn on WordPress Debugging Debugging in WordPress – Advanced Administration Handbook | Developer.WordPress.org
2. Site Slowness Troubleshooting Plugins
The following is a list of plugins to try if you’r experiencing slowness on your site.
Query Monitor
If you ever find that you’re having issues with slowness, try the query monitor. It can provide some great details about loading time in WordPress. It doesn’t catch everything, but will get 80%
Requests Manager
3. Disable Caching
Ensure that caching is disabled
- Cloudflare or other CDN
- Turn on Development Mode
- Disable orange proxy.
- Webserver Cache, Nginx, Litespeed and Openlitespeed
- Nginx
- Disable FastCGI via CP
- Disable Redis via CP
- Litespeed /Openlitespeed
- Disable LSCache plugin.
- Remove .htaccess entries
- Nginx
- Plugin Cache
- WP Rocket
- Perfmatters
- FlyWP
- Redis Object Cache
- LSCache Object Cache Setting
- Redis Object Cache plugin
- PHP OPCache (opcode)
- You can disable this via php.ini
opcache.enable
Other Considerations
1. Proper Hosting
More often than not, your hosting provider is the main issue. So ensure that you’re using a hosting provider that is using a stable platform and provides enough resources for your site to run.