site icon indicating copy to clipboard operation
site copied to clipboard

Lazy imports

Open boehs opened this issue 11 months ago • 3 comments

before and after

CPU.20250116.192342.81160.0.001.cpuprofile CPU.20250116.195747.82900.0.001.cpuprofile

image image

but at what cost

boehs avatar Jan 17 '25 01:01 boehs

appears to be a 1-2s speedup

boehs avatar Jan 17 '25 01:01 boehs

Deploying boehs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 74695d7
Status: ✅  Deploy successful!
Preview URL: https://e84460ca.boehs.pages.dev
Branch Preview URL: https://lazy-imports.boehs.pages.dev

View logs

evan@EvanAir site % hyperfine "node ./node_modules/@11ty/eleventy/cmd.cjs" --warmup 1
Benchmark 1: node ./node_modules/@11ty/eleventy/cmd.cjs
  Time (mean ± σ):      5.587 s ±  0.118 s    [User: 6.434 s, System: 0.654 s]
  Range (min … max):    5.425 s …  5.743 s    10 runs
evan@EvanAir site % hyperfine "node ./node_modules/@11ty/eleventy/cmd.cjs" --warmup 1
Benchmark 1: node ./node_modules/@11ty/eleventy/cmd.cjs
  Time (mean ± σ):      4.789 s ±  0.209 s    [User: 5.384 s, System: 0.569 s]
  Range (min … max):    4.591 s …  5.120 s    10 runs

boehs avatar Apr 01 '25 13:04 boehs