Troubleshooting.
jQuery Versions in WordPress
Learn how to call another jQuery version on your WordPress site, without conflicting with other plugins or WordPress itself.
Malware and WordPress
If your WordPress website has been flagged for malware by an external service, follow these steps to address the issue and prevent it in the future.
Troubleshoot High Time to First Byte (TTFB)
Learn about the prime causes of high Time to First Byte (TTFB) and our recommendations on optimizations to improve your site’s TTFB.
Reduce Bandwidth & Storage Usage
Learn how bandwidth and storage are calculated, how these measurements impact a website, and how to reduce excess usage.
Insecure and Mixed Content Warnings
Learn how to fix insecure content on your website after adding an SSL. We’ll also discuss how to properly secure your CDN assets with an SSL.
HTML Post-Processing
The HTML Post-Processing tool allows you to search and replace strings on a website as the page is rendered. Learn how to use it and see some examples.
Reset a WordPress Admin Password
Learn how to reset your password the traditional way through email, and through the database if your wp-admin isn’t accessible.
Robots.txt and WordPress
Learn what a robots.txt file is and why it’s important to your site. We’ll share how to easily create and edit your robots.txt file within WordPress.
Event Scheduling and wp-cron
Learn how wp-cron works with scheduled events and how to correct issues, as well as how alternate cron may help.
Detect a WP Engine Website with PHP
This article describes the is_wpe() function, which developers can use to perform actions based on location (live, 1-click staging, or non-WP Engine sites).