WP21
Role, Longevity, and Moat
- WordPress is compared to “SMS of the Internet”: not elegant, but ubiquitous and durable.
- Its success is attributed to early timing, focus on non-technical bloggers, simple initial feature set, and a huge plugin/theme ecosystem.
- Many argue it’s now effectively impossible to dislodge due to economic moat, sunk costs, and client demand, even if technically superior options exist.
Architecture, Stability, and Technical Debt
- Strong backwards-compatibility is praised as “never break user space,” especially vs. fast-moving ecosystems (Node, some PHP frameworks).
- Others say this has frozen legacy decisions: everything in
wp_posts, PHP serialization in DB, global state, convoluted schema, and tight coupling between core and plugins. - Debate over whether WordPress slows PHP language evolution; some see its stabilizing influence as good, others as blocking needed modernization.
Ease of Use, Learning Curve, and Plugin Sprawl
- Non-technical users value quick setup and admin UI; many small businesses have been empowered by this.
- Developers often find customization surprisingly hard, especially on inherited sites with complex themes/builders.
- Plugin overlap and bloat (SEO, performance, security, builders, etc.) can create fragile, slow, and confusing systems.
Security, Maintenance, and Legal Issues
- Core is considered reasonably secure; the primary risk is third‑party plugins and undisciplined usage.
- Mass adoption makes WordPress a prime target; hacked plugin-heavy sites are common in the wild.
- Automatic updates help, but major PHP upgrades and long-term maintenance are still burdensome for low‑change sites.
- One update that started loading third-party SVGs from elsewhere was cited as creating GDPR issues without consent.
Editing Experience: Gutenberg, FSE, and Builders
- Opinions on Gutenberg and Full Site Editing are polarized: some find them powerful and modular; others call them clunky and confusing.
- Technical criticism focuses on block markup (JSON in HTML comments) and block attributes stored in HTML, seen by some as brittle and non-standard.
- Page builders like Elementor/Divi/Oxygen are described as empowering but heavy, fragile, and locking users in.
Business Model, Cost, and Alternatives
- Freemium plugins can make “free WordPress” expensive at scale; some resort to GPL resellers, raising ethical questions.
- WordPress is seen as ideal for many small and mid-sized sites, but overkill for very simple, rarely updated sites (where static generators shine) and sometimes outclassed by focused SaaS (Ghost, Shopify, Squarespace, etc.).
- Despite flaws, many view WordPress as “boring but effective” infrastructure that still underpins a huge range of sites, from tiny blogs to large media properties.