"Just remove plugins to speed up WordPress."

Terrible advice. We benchmarked 5,127 plugins and 34% of them actually make your site faster, not slower.

The problem isn't plugins. It's installing the wrong ones without checking their impact first.

https://makewpfast.com

#WordPress #Performance #WebDev #WPDev #OpenSource

MakeWPFast - Make WordPress Fast Again

MakeWPFast goes beyond caching and CDN advice. Database optimization, slow query analysis, server configuration, and AI-powered WordPress maintenance.

MakeWPFast
Dev Chat Agenda – April 8, 2026

The next WordPress Developers Chat will take place on in the core channel on Make WordPress Slack. The live meeting will focus on the discussion for upcoming releases, and have an open floor sectio…

Make WordPress Core
Beyond `wp_enqueue`: Surgical Asset Management for High-Performance Sites https://deliciousbrains.com/beyond-wp_enqueue/ #WordPress #wpdev
Beyond `wp_enqueue`: Surgical Asset Management for High-Performance Sites

A lot of WordPress® plugins follow the path of least resistance. They enqueue their CSS and JavaScript globally to ensure their features “just work” on every page. While this approach… Read more

Delicious Brains
Dev Chat summary: April 1, 2026

Start of the meeting in Slack, facilitated by @audrasjb 🔗 Agenda post. Announcements 📢 Editor What’s new in Gutenberg 22.8? (25 March) General WordPress 6.9.2 retrospective Join Core at WordCamp As…

Make WordPress Core
Rethinking Frontend Workflows: AI in WordPress Development

However, AI in WordPress development has felt less like a passing trend and more like a fundamental recalibration of how code is written.

WebDevStudios
Using MCP Servers in Concert: Smart Search AI, WordPress®, and Cloudinary Integration https://wpengine.com/builders/mcp-wordpress-cloudinary-smart-search/ #WordPress #wpdev
Using MCP Servers in concert with WordPress®, Smart Search AI, and Cloudinary

Learn how MCP servers connect WordPress®, Smart Search AI, and Cloudinary to enable intelligent content and media workflows across systems.

Builders
The Path Forward for WordPress 7.0

It was announced earlier this week that the final 7.0 release has been delayed specifically to allow more time to address testing feedback about the implementation of real-time collaboration. While…

Make WordPress Core
@wordpress/build, the next generation of WordPress plugin build tooling

@wordpress/build replaces webpack and Babel with esbuild, auto-generates your PHP script registration from package.json conventions, and requires zero config. It already builds all 100+ Gutenberg packages. The plan is for it to power @wordpress/scripts under the hood — so wp-scripts build stays the same, but gets faster and drops the hand-written PHP. The API is still open for input. This is what it does and where it needs your feedback.

WordPress Developer Blog
Początkujący użytkownik WordPressa | Learn WordPress

Rozpocznij swoją przygodę z WordPressem dzięki naszemu kursowi dla początkujących! Poznaj podstawy tworzenia i zarządzania własną witryną internetową, od opanowania przyjaznego dla użytkownika inte…

Learn WordPress
Building a custom sync provider for real-time collaboration

WordPress 7.0 will introduce real-time collaboration in the block editor. Out of the box, the editor syncs changes between peers using an HTTP polling provider. However, an HTTP polling transport i…

Make WordPress Core