First Meaningful Paint

First Meaningful Paint or FMP measures the visible time of the primary content of a website. It is the time when the bigger content of the website is visible to the end-user and gives a major layout changes impression to him. First Meaningful Paint also includes the loading of actual fonts. As per the definition … Read more

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 user from interacting with the web page. What is Long Task? In the UI Performance Testing term, the main thread … Read more

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, if we define a regular expression r. where ‘r’ is a literal character that matches just ‘r’ and ‘.’ is … Read more