JosephSilber/page-cache
Caches responses as static files on disk for lightning fast page loads. observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 72
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3697
- days_rel: n/a
- days_push: 168
- n_releases_24m: 0
Adoption not part of the score
1260 stars · 119 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that caches HTTP responses as static HTML files on disk, allowing the web server to serve pages directly without booting the PHP application. It ships as middleware that selectively caches 200-status GET responses and includes cache-clearing utilities.
Use cases
- speed up a mostly-static Laravel site by serving cached HTML
- cache full page responses to disk in Laravel
- serve static pages without booting the PHP framework
- selectively cache specific routes in a Laravel app
- reduce server load for pages that rarely change
- clear cached pages when content updates
When to choose
- you run a Laravel site with mostly static pages and want maximum speed
- you want caching without a build step or external cache server
- you need selective per-route page caching via middleware
When to avoid
- your pages are highly dynamic or personalized per user
- you are not using Laravel
- you need distributed or invalidation-aware caching across multiple servers
Facets
library · maturity active
caching middleware http-server web-development backend performance php self-hosted laravel full-page-cache static-file-caching composer-package web-server
1 source
- readme: https://github.com/JosephSilber/page-cache · fetched 2026-08-28 · e56c01a2fa8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JosephSilber/page-cache | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="JosephSilber/page-cache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem