JavaScript Loading Strategies in Web Page: async and defer
Understanding the Performance Implications of async and defer Attributes
Apr 26, 20252 min read27

Search for a command to run...
Articles tagged with #browser
Understanding the Performance Implications of async and defer Attributes

Overview When an element in the browser has a conflict of styles, the browser uses a set of rules to determine which style should be rendered. This set of rules is defined as CSS Selector Specificity. For instance, for an element, if we have the foll...
