Sep 9, 2025nextjsperformanceobservabilityOpenTelemetry (OTEL) in Next.jsLearn how to set up OpenTelemetry (OTEL) in Next.js to capture traces, logs, and metrics. A step-by-step guide to improving observability, performance, and error tracking in your app.
Oct 12, 2023cssperformanceFixing laggy scrolling caused by CSSCSS can hurt scroll performance more than you think—especially with fixed elements. Here’s how to detect and fix the issue.