Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
performance

159 Articles
{
,

}
Direct link to the article Don’t attach tooltips to document.body
performance

Don’t attach tooltips to document.body

Here’s Atif Afzal on using a <div> that is permanently on the page where tooltips are added/removed and how they perform vastly better than plopping those same tooltips right into the <body>. It’s not really discussed, but the reason …

Avatar of Chris Coyier
Chris Coyier on Sep 8, 2021
Direct link to the article Links on Performance IV
performance

Links on Performance IV

  • HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit
…
Avatar of Chris Coyier
Chris Coyier on Sep 2, 2021
Direct link to the article Learnings From a WebPageTest Session on CSS-Tricks
performance webpagetest

Learnings From a WebPageTest Session on CSS-Tricks

I got together with Tim Kadlec from over at WebPageTest the other day to use do a bit of performance testing on CSS-Tricks. Essentially use the tool, poke around, and identify performance pain points to work on. You can watch …

❥ Sponsored (Written by Chris Coyier)
Direct link to the article CSS for Web Vitals
core web vitals performance

CSS for Web Vitals

Direct Link

The marketing for Core Web Vitals (CWV) has been a massive success. I guess that’s what happens when the world’s dominant search engine tells people that something’s going to be an SEO factor. Ya know what language can play a …

Avatar of Chris Coyier
Shared by Chris Coyier on Jul 1, 2021
Direct link to the article Front-End Testing is For Everyone
accessibility performance testing unit tests visual testing

Front-End Testing is For Everyone

Testing is one of those things that you either get super excited about or kinda close your eyes and walk away. Whichever camp you fall into, I’m here to tell you that front-end testing is for everyone. In fact, …

Avatar of Evgeny Klimenchenko
Evgeny Klimenchenko on Jun 1, 2021 (Updated on Jun 3, 2021)
Direct link to the article Jetpack Boost Handles Critical CSS For You
jetpack performance

Jetpack Boost Handles Critical CSS For You

Critical CSS is one of those things I see in my performance reports but always seem to ignore. I know what it means. It means to put only the CSS required to render things immediately visible in a <style>…

❥ Sponsored (Written by Geoff Graham)
Direct link to the article How to Show Images on Click
image optimization lazy loading perceived performance performance

How to Show Images on Click

Most images on the web are superfluous. If I might be a jerk for a bit, 99% of them aren’t even that helpful at all (although there are rare exceptions). That’s because images don’t often complement the text they’re …

Avatar of Robin Rendle
Robin Rendle on May 27, 2021
Direct link to the article Links on Performance III
performance

Links on Performance III

  • Making GitHub’s new homepage fast and performant — Tobias Ahlin describes how the scrolling effects are done more performantly thanks to IntersectionObserver and the fact that it avoids the use of methods that trigger reflows, like getBoundingClientRect. Also,
…
Avatar of Chris Coyier
Chris Coyier on May 24, 2021 (Updated on Aug 30, 2021)
Direct link to the article The Humble `img` Element And Core Web Vitals
images performance

The Humble `img` Element And Core Web Vitals

Direct Link

Addy Osmani on images in HTML:

The humble <img> element has gained some superpowers over the years. Given how central it is to image optimization on the web, let’s catch up on what it can do and how it can

…
Avatar of Chris Coyier
Shared by Chris Coyier on May 17, 2021
Direct link to the article WebPageTest API
api performance

WebPageTest API

I’m willing to bet you know WebPageTest. It is the premier tool in the toolbox of web performance people. Maybe you didn’t know that WebPageTest was a side project of one fella, Patrick Meenan, for most of its lifetime, …

❥ Sponsored (Written by Chris Coyier)
Direct link to the article How to Monitor Core Web Vitals and Take Action with Raygun
analytics performance

How to Monitor Core Web Vitals and Take Action with Raygun

Raygun is an error and performance monitoring software for websites and mobile apps. In the case of websites, you install their JavaScript snippet onto your site, which takes 2 seconds, and now you’ve got monitoring in place. Why? Well now …

❥ Sponsored (Written by Chris Coyier)
  • Newer
  • 1
  • 2
  • 3
  • ...
  • 15
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Agency Coaching
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top