WordPress FAQ

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. low confidence based on 1 community reports

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

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