Glossary Terms

Plugin dependency

When a site leans on many interacting plugins, so any change risks breaking something.

Plugin dependency is when a site leans on a tangle of plugins that interact in ways nobody fully tracks. Once they’re interlocked, removing or updating any one of them risks breaking the others, so changes get scary even when everything currently works. Stability quietly erodes even while the features all still function, because no one’s confident what will happen if they touch anything. A concrete example: an SEO plugin that quietly relies on a specific version of a caching plugin’s internal behaviour, one nobody documented, and the caching plugin’s next update changes that behaviour without warning. A routine update breaks something that looks completely unrelated, and tracking down why takes longer than the original build did. The fix isn’t fewer plugins for their own sake. It’s knowing which plugins actually talk to each other, and testing an update on a staging copy before it touches the live site, so the failure shows up somewhere that doesn’t cost you a customer.

All definitions

Nothing here yet.