Cache Stampede Lock
Creates a short-lived lock so only one request rebuilds an expired cache item while others use stale data or wait.
Open FunctionReusable pure PHP functions for everyday application and LAMP stack work.
Creates a short-lived lock so only one request rebuilds an expired cache item while others use stale data or wait.
Open FunctionBuilds stable cache keys from route, user visibility, locale, and query state.
Open FunctionCreates an ordered list of URLs or data fragments that should be warmed after deployment or content updates.
Open FunctionClassifies assets as preload, lazy, normal, or omit based on page type and above-the-fold usage.
Open FunctionBuilds debug context that preserves useful troubleshooting data while removing tokens, passwords, cookies, and secrets.
Open FunctionCompares declared routes, generated links, sitemap URLs, and rewrite rules to find gaps or orphaned pages.
Open FunctionScans templates and controller variable maps for missing, unused, or leaked tokens.
Open FunctionChecks whether planned code features are supported by the configured PHP version and extension set.
Open Function