Techreport blog

Engineering Insights & Guides

The best problem-solving writing in software engineering — databases, performance, security, frontend and distributed systems, in one feed.

11,841 articles
Frontend — CSS subgrid

CSS subgrid

Subgrid enables grid shareability, allowing nested grids to align to ancestors and siblings.

Wweb.dev·Frontend
Engineering — Custom metrics

Custom metrics

Custom metrics let you measure and optimize aspects of your site's experience that are unique to your site.

Wweb.dev·Engineering
Performance — Debounce your input handlers

Debounce your input handlers

Input handlers are a potential cause of performance problems in your apps, as they can block frames from completing, and can cause additional and unnecessary layout work.

Wweb.dev·Performance
Frontend — Defer non-critical CSS

Defer non-critical CSS

Learn how to defer non-critical CSS with the goal of optimizing the Critical Rendering Path, and improving First Contentful Paint (FCP).

Wweb.dev·Frontend