Optimizing WP Engine Performance and Slow Loading Issues
Performance issues on WP Engine are typically caused by inefficient plugin or theme code rather than the hosting environment itself.
Based on 1 community reports.
Linked sources: 1.
Known Issues
- Unnecessary JS and CSS loading on pages
- Excessive database queries from plugins
- Poorly coded theme functions
Community Q&A
Why is my WordPress site slow on WP Engine?
Slow performance is usually caused by inefficient database queries or excessive script loading from plugins and themes, not the host.
How do I find what is slowing down my WordPress site?
Install the Query Monitor plugin to identify slow database queries, slow requests, and identify which plugins are loading unnecessary assets.
Can I exclude specific JS or CSS files from loading?
Yes, you can use functions in your functions.php file or asset management plugins to dequeue scripts on pages where they are not needed.
Reddit Sources
- How to speed up WP-Admin? (r/Wordpress)