Tirth Bodawala
Edge vs origin: count the sequential round trips
Edge vs origin is settled by one countable property: the sequential round trips a request makes to its data. Here is the arithmetic and the counting rule.
Read the post5 Atyantik articles tagged Performance.
5 articles from Atyantik tagged Performance, alongside React, Cloudflare Workers, Edge Rendering. Spanning Systems & Architecture and Laravel & PHP.
Tirth Bodawala
Edge vs origin is settled by one countable property: the sequential round trips a request makes to its data. Here is the arithmetic and the counting rule.
Read the postMargi Varmora
Diagnose MySQL performance bottlenecks top-down: prove it is the database, rank queries by total time, read EXPLAIN ANALYZE, and fix indexes before my.cnf.
Read the postMaulik Macwan
Why is CPU cache faster than RAM? The SRAM vs DRAM cell, RAS/CAS/refresh timing, on-die distance, and a benchmark that plots the L1/L2/L3/DRAM knees.
Read the postTirth Bodawala
Million.js rethinks the Virtual DOM with block diffing instead of DOM diffing, delivering up to 70% performance gains for React applications.
Read the postTirth Bodawala
A build-it-yourself guide to shipping an installable, offline-capable React PWA with Vite and vite-plugin-pwa, including a real Workbox caching config, the deploy-time update flow, and an honest note on when a PWA is the wrong call.
Read the post