Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in web-performance

What do these numbers mean on the network tab?

How can I fix performance issues in my website

How to tell if script/asset is loaded by Asynchronous or Deferred in Chrome Network Tools

If we assume all web browsers understand the <script> defer attribute, is it better just to put the linked script in the head with the defer?

Understanding Render Blocking CSS

html css web-performance

Web Components rendering performance

Is there a limit to how many domains we should "dns-prefetch preconnect" with Chrome?

Lazy loading images with accessibility and printer support

Is PerformanceTiming.responseStart points to HTML or headers start?

How to use Network's Waterfall in Chrome Dev Tool to diagnose web rendering performance issue?

What is the life cycle of AuthorizeAttribute object? is it web per request or transient?

How to delay script/asset loading in Chrome Developer Tools

Chrome DevTools Timeline: New charts

is too many element in the HTML can affect the page performance?

What is the VM prefix in the initiator column in Chrome Dev Tools Network Tab?

How can I check has link[rel=preconnect] done its job or not?

For responsive images with different aspect ratios, what's a good way to minimize Cumulative Layout Shift?

Under what circumstances would loading images individually with HTTP/2 be slower than loading all images at once with a sprite a la HTTP/1.1?