#performance

3 posts tagged with "performance"

6 min read

Shrinking a Next.js Cloudflare Worker from 3.6 MiB to 2 MiB

How I cut the gzipped Cloudflare Worker bundle of a Next.js blog in half by excluding build-time-only packages, removing unused WASM, and correctly marking static pages.

9 min read

Playwright in CI/CD: Performance Testing, Visual Regression, and Production Monitoring

Learn how to integrate Playwright into CI/CD pipelines for performance testing, visual regression detection, and production monitoring with advanced reporting.

2 min read

Building a Static Blog with Cloudflare Pages

Deploy your Next.js blog as a static site on Cloudflare Pages for lightning-fast performance and global distribution.