Rush is
not the next optimization plugin. It’s not a page cache or CDN, not a database cache, not a WordPress fork, and it doesn’t modify the WordPress core in any way. Rush is what already exists, but nobody uses it!
So what is Rush? Rush exists because WordPress does something fundamentally inefficient: it loads
everything, everywhere, all the time - regardless of context. Plugins are responsible for the vast majority of WordPress’ execution time and system load. Yet WordPress itself has
no native mechanism to control when plugins are actually needed.
This is the root cause of bad performance! Not an unsufficient optimization as optimization plugins cannot improve performance or loading time! Rush acts as a
Gatekeeper in front of WordPress. Before WordPress even starts, Rush decides
which plugins are allowed to load - and which are not. This is something traditional optimization plugins simply cannot do. They run inside WordPress and therefore cannot control other plugins. Rush runs
before WordPress. But Rush doesn't block, Rush just tells WordPress what to load and where, by context.
That’s why Rush adds virtually no overhead:
- No database usage
- No runtime logic inside WordPress
- Roughly 5% of the code footprint of typical optimization plugins
What looks like magic is simply the consequence of
preventing unnecessary execution.
A missing concept in WordPress
WordPress is flexible - but it’s
context-blind. At its core, WordPress only distinguishes between posts and pages. There is no concept of contextual sources, no native way to say:
"Load this plugin here - but nowhere else." Rush introduces exactly that missing layer. Using a completely new, pre-WordPress technology, Rush controls plugin loading
contextually, both in the frontend
and in the backend.
The effect is immediately noticeable:
- A dramatically faster frontend
- A WordPress backend that suddenly feels unexpectedly responsive
If you’ve ever experienced how fast WordPress can be when plugins are only loaded where they are actually needed - then you already understand what Rush does.
Rush doesn’t optimize WordPress. Rush
prevents WordPress from doing unnecessary work. And that's why it is fast again.
Rush is administrated by the Rush Control Panel, that runs parallel to WordPress as a standalone application.