Node.js: HTTP Performance Updates and V8 Profiling Features

Node.js increased the default HTTP keepAliveTimeout to 65 seconds for better load balancer compatibility and added new CPU profiling options to the V8 module. Additional commits included URL optimization improvements and testing infrastructure updates.

Duration: PT1M54S

Episode overview

This episode is a short developer briefing from Node.js.

It explains recent repository work in plain language.

  • Show: Node.js
  • Published: 2026-04-26T00:00:00Z
  • Audio duration: PT1M54S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Node.js development briefing for April 26th, 2026.

Today's activity included ten commits focused on performance improvements and developer tooling enhancements.

Tim Perry's commit increased the HTTP keepAliveTimeout default from 5 to 65 seconds. This change aligns Node.js with common load balancer configurations that typically use 60-second timeouts, reducing connection drops in production environments. The update affects the core HTTP server implementation and required…

Ilyas Shabi added new CPU profile options to the V8 module, expanding profiling capabilities for performance analysis. The implementation includes a new internal CPU profiler module and extends both the main V8 API and worker thread profiling features.

Gürgün Dayıoğlu optimized URLSearchParams performance by improving duplicate handling in set and delete operations. The changes include a new mutation benchmark and enhanced internal URL handling logic.

Filip Skokan enhanced the testing infrastructure by adding support for non-default OpenSSL versions in the shared workflow. This expands compatibility testing across different OpenSSL configurations using new GitHub Actions and Nix tooling.

Nearby episodes from Node.js

  1. HTTP Parser and Tooling Updates
  2. Code Reorganization and Temporal Integration
  3. Build Fixes and Security Patches
  4. Weekly Recap - Security Hardening & HTTP Improvements
  5. Security Fixes and Crypto Improvements
  6. Inspector Stability and Test Runner Improvements
  7. Cryptography Updates and Stream Fixes
  8. Weekly Recap - Web Standards & Developer Tools