Reading view

What WordPress 7.1 Actually Changed

TL;DR

  • WordPress 7.1 added a wp_pre_execute_ability filter that lets any plugin fully short-circuit Abilities API calls (including permission checks).
  • Media Library infinite scrolling is back on by default (reversed since 5.8).
  • Speculative loading still defaults to conservative; new constants let hosts override it instead of the planned auto-detection.
  • Core grew 25% almost entirely from lazy-loaded admin JS (vips + video workers) with no measurable front-end impact.
  • Not a security release - just inherits the 7.0.x fixes.

also - it's the first release that included my fix so now I'm officially Core Contributor :)

submitted by /u/Myth_Thrazz
[link] [comments]
  •  

"Why is WordPress slow?" breakdown of the typical answers abridged

I've seen this question asked and answered many, many times. And it seems that the answers depend on who you ask:

- WP Users: "I have no idea... it just is."

- Non-WP Users: "Because it's old/PHP. Use Next/Nuxt/Astro/Webflow/Wix/Ghost/...."

- Theme developers:
"It's plugins or hosting. Or other themes - ours is fast."

- Plugin developers:
"It's theme or hosting. Or other plugins - ours is fast."

- Hosting company: "It's plugins or theme. Or other hostings - come to us we're fast."

- WordPress "Experts": "WordPress powers 43% of the web(...)"

- WordPress Core Performance: "We'd like to make it fast, but we can't make any drastic changes, because someone should be able to run their blog on a solar-powered potato..."

- WordPress Performance Experts: "It's complicated... I can make an audit, it will take around 10h and cost $999"

- WordPress Cache Plugin developers: "It's not if you cache everything!"

- WordPress Performance Plugin developers: "There are many reasons, but our plugin fixes all of them!
*unless it doesn't - then you need to switch hosting"

( yes, it's a satire )

submitted by /u/Myth_Thrazz
[link] [comments]
  •  
❌