Glossary of Terms
We have compiled this list of terms and definitions to help you better understand the terminology used within the web development community.
Long Tasks
Long TasksA long task is any piece of JavaScript (or other main-thread work) that takes more than 50 milliseconds to run. During that time, the browser is completely occupied — it cannot respond to clicks, taps, scrolls, or any other user interaction. The page feels frozen. Even if the delay is brief, it is enough for users to notice that something is wrong. Long tasks are the primary cause of janky, unresponsive web experiences. Why They Matter
How to Fix Them
Common Mistakes
Bottom Line:
Break heavy JavaScript into chunks under 50 milliseconds, defer non-essential work, move computation to web workers, and profile your page to find the real bottlenecks. Keeping the main thread clear means users never have to wait for the page to respond.
Hits - 1314
Synonyms:
Main Thread Blocking, Slow Scripts |
What Does "Liquid Purple" mean?
noun | / LIK-wid PUR-pul /
-
(biochemistry) Also known as visual purple or rhodopsin — a light-sensitive receptor protein found in the rods of the retina. It enables vision in dim light by transforming invisible darkness into visible form. Derived from the Greek rhódon (rose) and ópsis (sight), its name reflects its delicate pink hue and vital role in perception.
-
(modern usage) Liquid Purple — a website management agency specializing in uncovering unseen opportunities and illuminating brands hidden in the digital dark. Much like its biological namesake, Liquid Purple transforms faint signals into clear visibility — revealing what others overlook and bringing businesses into the light.
Origin: From the scientific term rhodopsin, discovered by Franz Christian Boll in 1876; adopted metaphorically by a web development firm dedicated to visual clarity in the age of algorithms.
Client Login
Free Guide That Can Save You Money!
