You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Versioning:** See `dist/README.md` for the current released version. The version in the dist README (and the main bash script header) is the canonical source of truth.
8
9
9
10
---
10
11
@@ -15,8 +16,8 @@ WordPress sites fail in production because of **performance antipatterns** that
15
16
- 🔥 **Unbounded queries** (`posts_per_page => -1`) that fetch 50,000 posts and crash the server
16
17
- 🐌 **N+1 query patterns** that turn 1 request into 1,000 database calls
17
18
- 💥 **Missing capability checks** that let subscribers delete your entire site
18
-
-🔓**Insecure deserialization** that opens remote code execution vulnerabilities
19
-
-🪲**Debug code in production** (`var_dump`, `console.log`) that exposes sensitive data
19
+
-🔐**Insecure deserialization** that opens remote code execution vulnerabilities
20
+
-🧲**Debug code in production** (`var_dump`, `console.log`) that exposes sensitive data
20
21
21
22
**WP Code Check catches these issues in seconds** — before they reach production.
> **Versioning:** The canonical version is defined in `dist/bin/check-performance.sh` (see `SCRIPT_VERSION` in the script header). This README reflects that version but should not be treated as the primary source of truth.
0 commit comments