PHPackages                             savvii/warpdrive - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. savvii/warpdrive

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

savvii/warpdrive
================

This plugin manages various features used by Savvii

2.10.7(4y ago)66.0k3[3 issues](https://github.com/Savvii/warpdrive/issues)[1 PRs](https://github.com/Savvii/warpdrive/pulls)GPL-3.0-onlyPHPCI passing

Since Dec 12Pushed 3mo ago10 watchersCompare

[ Source](https://github.com/Savvii/warpdrive)[ Packagist](https://packagist.org/packages/savvii/warpdrive)[ RSS](/packages/savvii-warpdrive/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Warpdrive - Savvii hosting plugin
=================================

[](#warpdrive---savvii-hosting-plugin)

This plugin adds several speed and security related features to your WordPress website on the Savvii hosting platform. We welcome contributions, see the section on contributing for more information.

Support
-------

[](#support)

For plugin support, use our [knowledge base](https://support.savvii.nl/en/support/solutions/folders/11000008408). For development support, please look over the [CONTRIBUTING.md](https://github.com/Savvii/warpdrive/blob/master/CONTRIBUTING.md) before raising an [issue here on github](https://github.com/Savvii/warpdrive/issues).

Features
--------

[](#features)

### Cache flusher

[](#cache-flusher)

The cache flusher flushes the enabled/available caches (Varnish, Memcached, OpCache and/or Sucuri) when certain changes are saved in WordPress. Depending on the users caching setting this module will flush the varnish cache in different ways. You can choose between flushing the cache on "(custom) post/page edit or publish" and "all post/page edit or publish, comment changes, attachment changes". If your site is having heavy traffic we recommend you to choose the "(custom) post/page edit or publish" option to minimize cache flushes. This way individual objects will age away in the cache to minimize the strain on the webserver. If you want the cache to flush immediately every time you update a post/comment/attachment in WordPress you can choose "all post/page edit or publish, comment changes, attachment changes". Only (custom) post/page, comment changes and attachment changes will flush the cache on save or publish.

#### Flush on demand

[](#flush-on-demand)

The full page cache can be flushed from another plugin by using:

```
do_action( 'warpdrive_cache_flush' ); // This will flush the entire cache
do_action( 'warpdrive_domain_flush' ); // This will only flush the cache of the current domain

```

### Read logs

[](#read-logs)

From within WordPress on the Warpdrive dashboard there are links to see the last 10/100 entries in the access or error log entries.

### Security

[](#security)

All login attempts, succesful and failed, are logged to syslog using LOG\_AUTH. The same format as sshd is used for messages:

```
Apr 30 17:39:11 vvv warpdrive[5759]: Authentication success for author from 192.168.50.1
Apr 30 17:39:24 vvv warpdrive[5759]: Authentication success for warp from 192.168.50.1
Apr 30 17:39:52 vvv warpdrive[5759]: Authentication failure for admin from 192.168.50.1
Apr 30 17:40:08 vvv warpdrive[5758]: Authentication failure for admin from 192.168.50.1
Apr 30 17:40:25 vvv warpdrive[5758]: Blocked author enumeration from 192.168.50.1
Apr 30 17:40:38 vvv warpdrive[5759]: Blocked author enumeration from 192.168.50.1

```

A different part this module is to prevent leaking sensitive account information. Author enumeration is blocked and logged. Login attempts with wrong credentials won't give information about valid usernames, a generic message is shown on unknown username and on correct username but wrong password. We do not log any passwords.

Contributing
------------

[](#contributing)

For contributing information refer to the [CONTRIBUTING.md](https://github.com/Savvii/warpdrive/blob/master/CONTRIBUTING.md).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance44

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 61.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~108 days

Recently: every ~230 days

Total

14

Last Release

1660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74e812365e87e0f9460a2f9d24d9ff15a892d108730605fad8ef1853a3cb41b2?d=identicon)[jeroenvermeulen](/maintainers/jeroenvermeulen)

![](https://www.gravatar.com/avatar/61f14127cead5d870bd03544cd58fc77ea0c240dd5462226a3ad1ec3c316dfce?d=identicon)[joverthegrey](/maintainers/joverthegrey)

![](https://www.gravatar.com/avatar/da983a475c467ae28646278c94b2539cb2a4b157b225a6ec785723609e662818?d=identicon)[toonvd](/maintainers/toonvd)

---

Top Contributors

[![joverthegrey](https://avatars.githubusercontent.com/u/8896551?v=4)](https://github.com/joverthegrey "joverthegrey (21 commits)")[![Thaillie](https://avatars.githubusercontent.com/u/15648719?v=4)](https://github.com/Thaillie "Thaillie (5 commits)")[![schellingerht](https://avatars.githubusercontent.com/u/11391078?v=4)](https://github.com/schellingerht "schellingerht (3 commits)")[![fuegas](https://avatars.githubusercontent.com/u/442230?v=4)](https://github.com/fuegas "fuegas (2 commits)")[![dnwjn](https://avatars.githubusercontent.com/u/57711725?v=4)](https://github.com/dnwjn "dnwjn (1 commits)")[![dnaber-de](https://avatars.githubusercontent.com/u/1133205?v=4)](https://github.com/dnaber-de "dnaber-de (1 commits)")[![M52](https://avatars.githubusercontent.com/u/2100396?v=4)](https://github.com/M52 "M52 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/savvii-warpdrive/health.svg)

```
[![Health](https://phpackages.com/badges/savvii-warpdrive/health.svg)](https://phpackages.com/packages/savvii-warpdrive)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
