Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 244 Bytes

File metadata and controls

8 lines (6 loc) · 244 Bytes

Lighthouse proxy on Cloudflare Worker

Simple proxy in front of Lighthouse (pagespeedonline) that caches results in Redis on Upstash. Upstash Redis is used for rate limiting.

To install: bun i To run: bun dev To deploy: bun run deploy