Skip to content

First Contentful Paint

First Contentful Paint or FCP is one of the important metrics in UI Performance Testing. It provides the time when the browser renders the first bit of content like text, image, non-white canvas etc. It gives… 

Total Blocking Time

Total blocking time defines as the sum of all the long tasks (=Long Task processing Time – 50ms) between First Contentful Paint and Time To Interactive period which blocks the main thread and prevents the… 

First Paint – UI Metric

First Paint is a UI Metric denotes the time when the browser renders the very first pixels to the screen. In simple words, it refers to the time at which the first pixel renders on a… 

Regular Expression (RegEx) – Easy to learn

Regular Expression (RegEx) is a sequence of characters that define a search pattern. Each character in a regular expression is understood to be a metacharacter (with its special meaning), or a regular character (with its literal meaning). For example,…