1 Repo
Techniques for applying different caching strategies to page fragments via edge proxies.
Distinct from Edge Cache Invalidation: Distinct from general edge cache invalidation by focusing on fragment-based composition of a page.
Explore 1 awesome GitHub repository matching web development · Edge Side Includes. Refine with filters or upvote what's useful.
This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do
Applies different caching strategies to page fragments to keep static shells cached while refreshing dynamic sections.