Tag: AJAX Performance

Security

Views: 12

Wordfence Weekly: 450K WordPress Sites at Risk (Perfmatters, Ninja Forms, MW WP Form)

Three major WordPress plugin vulnerabilities disclosed in early April 2026, Perfmatters (200K sites), Ninja Forms File Upload (50K sites), and MW WP Form (200K sites). What each vulnerability does, whether your site is affected, and the patched version numbers.

Read More

How To

Views: 16

How to Handle User-Generated Content Moderation in WordPress Without Killing Performance

Content moderation features add database queries to every page load. This guide covers the performance pitfalls of WordPress community moderation — N+1 queries, uncached block lists, per-item report checks — and how to fix them with proper caching, batching, and schema design.

Read More

How ToWordPress

Views: 15

How to Reduce External HTTP Requests in WordPress

Learn to cache, block, defer, and tune outgoing WordPress HTTP requests using transients, the pre_http_request filter, timeout configuration, and WP-Cron async patterns.

Read More

How ToWordPress

Views: 23

How to Control WordPress Heartbeat API and Stop Admin Slowdowns

The WordPress Heartbeat API fires AJAX requests every 15 seconds by default, hammering your server even on pages that don’t need it. Learn to disable it on the frontend, reduce frequency on the editor, and tune autosave intervals using filters and constants – no plugins required.

Read More