Skip to main content

#Performance — All content tagged with this topic.

Implementation Guides

Glossary Terms

Total Blocking Time (TBT)

Total Blocking Time measures the amount of time between First Contentful Paint and Time to Interactive when the main thread is blocked for long enough…

Critical Rendering Path

Critical Rendering Path refers to the sequence of steps the browser takes to convert HTML, CSS, and JavaScript into a rendered webpage, from initial request…

Image Optimization

Image optimization involves reducing image file sizes and improving loading performance through compression, format selection, resizing, and delivery techniques without significantly compromising visual quality. Why…

CSS Expression Hacks

CSS expressions were Microsoft-specific CSS properties that allowed JavaScript code to be executed within CSS rules, primarily used to work around IE's lack of support…

Data Normalization

Data normalization is the process of organizing database information to reduce redundancy and improve data integrity by dividing large tables into smaller, related tables and…

Database Indexing

Database indexing is a technique for improving query performance by creating additional data structures that allow databases to find specific records quickly without scanning entire…