| 开发者 | mateusgetulio |
|---|---|
| 更新时间 | 2026年8月14日 19:24 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
/wp-content/plugins/, or install it through the WordPress plugins screen.No. Only the front end is gated. Administrators are also exempt on the front end.
Clearing cookies discards the visitor's identity, so they re-enter at the back of the line. The cookie is signed, so it cannot be forged to gain admission.
It is a simple upper-bound estimate: your position divided by the visitor limit, times the configured session length.
In a dedicated database table. The settings page shows live admitted and waiting counts and has a button to clear the queue.
No. The plugin makes no external requests of any kind, includes no analytics, and collects no personal data. The visitor cookie contains only a random identifier and a signature, nothing identifying, and the queue table stores that identifier with timestamps. Uninstalling removes the table and all plugin options.
Only requests that reach PHP can be queued. If a full-page cache or CDN answers a request by itself, the waiting room never sees it.