Articles about Performance
28 articles
CDN: configuration and optimization for your website
Guide to CDN configuration: how to choose, configure, and optimize a content delivery network to speed up your website globally.
Lighthouse CI: automate performance audits
Learn how to set up Lighthouse CI to automate web performance audits in your CI/CD pipelines.
Bun: the JavaScript runtime competing with Node.js on performance
Complete Bun vs Node.js vs Deno comparison: performance benchmarks, npm compatibility, built-in bundler, and real-world use cases in 2026.
Astro and Islands Architecture: the future of static sites
Astro and Islands Architecture let you build ultra-fast websites with zero JavaScript by default. Complete guide to this innovative approach.
Qwik: resumability, the alternative to traditional hydration
Qwik introduces resumability, a model that eliminates expensive hydration. Discover how it works and why it's key for web performance.
SolidStart: the signals-based framework for reactive apps
SolidStart is the meta-framework for SolidJS. Discover how its signals and Virtual DOM-free rendering deliver superior performance.
Core Web Vitals: the complete guide to Google's page experience metrics in 2026
Everything you need to know about Core Web Vitals — LCP, INP, and CLS. Learn how to measure, optimize, and pass Google's page experience assessment.
Turbopack vs Webpack: performance comparison 2026
Detailed comparison between Turbopack and Webpack in 2026: build speed, HMR, configuration, and when to use each bundler.
Partial Prerendering: Next.js new rendering model
Partial Prerendering combines SSG, SSR, and ISR in a single page. How it works and why it's the future of rendering in Next.js.
React Compiler: how it optimizes your component performance
The React Compiler automates component memoization. Learn how it works and how it can speed up your applications without manual code.
Load Testing with Artillery: traffic simulation
Learn Artillery for load testing: HTTP and WebSocket traffic simulation, configurable scenarios, and detailed performance reports.
Next.js 17: all the features of the React framework in 2026
Explore Next.js 17 new features: stable Server Components, Turbopack in production, improved caching, and new APIs for modern web development.
WebAssembly: native performance in the browser
Guide to WebAssembly (Wasm): how to run near-native performance code in the browser and its practical applications.
Turborepo: efficient monorepos for development teams
Turborepo optimizes monorepos with intelligent caching and task parallelization. Learn to manage multiple packages with efficient builds.
PageSpeed Insights: understand all metrics
Guide to understanding every PageSpeed Insights metric: Core Web Vitals, opportunities, diagnostics, and how to improve your score.
Edge Computing: applications beyond serverless functions
Guide to Edge Computing: process data close to the user to reduce latency, improve performance, and enable new applications.
Bundle Analysis: how to analyze and optimize your bundle
Bundle analysis is key to performance optimization. Tools and techniques for identifying and removing unnecessary code from your application.
Code Splitting: strategies to reduce initial bundle size
Code Splitting divides your application into smaller chunks loaded on demand. Strategies for reducing initial JavaScript in production.
Lazy Loading: patterns for on-demand content loading
Lazy Loading lets you load content only when needed. Patterns for images, components, and routes that improve initial performance.
Web Vitals: advanced optimization beyond the basics
Advanced Core Web Vitals optimization: LCP, INP, and CLS. Professional techniques for achieving perfect metrics in production.
Lighthouse 12: new metrics and how to improve your score
Lighthouse 12 introduces new performance and accessibility metrics. Learn to improve your score with modern optimization techniques.
WebGPU: high-performance graphics on the web
WebGPU is the new graphics API for the web, successor to WebGL. Higher performance, general compute, and better modern GPU integration.
Image optimization for the modern web: techniques that actually work
Learn modern image optimization techniques — WebP/AVIF formats, responsive images, lazy loading, CDN delivery, and Next.js Image component best practices.
Web Workers: multithreading in the browser
Web Workers let you execute code in separate browser threads. Learn to use multithreading to improve your web app performance.
Lightning CSS: the fastest CSS bundler
Lightning CSS is an ultra-fast CSS bundler written in Rust. Comparison, features, and how to integrate it into your frontend workflow.
Scroll-Driven Animations: CSS scroll-based animations
Scroll-Driven Animations let you animate elements based on user scroll without JavaScript. How to use the new CSS animation API.
Backpressure: how to handle load in reactive systems
Guide to Backpressure in reactive systems: strategies for handling load spikes, buffering, throttling, and flow control in Node.js.
Page speed and SEO: how to optimize for Core Web Vitals
A practical guide to page speed optimization for SEO. Learn how to improve LCP, INP, and CLS to boost rankings and user experience.