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

Articles Tagged
perceived performance

5 Articles
{
,

}
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 Fighting FOIT and FOUT Together
font loading font-display perceived performance performance

Fighting FOIT and FOUT Together

Lots from Divya with the setup:

There are 2 kinds of problems that can arise when using webfonts; Flash of invisible text (FOIT) and Flash of Unstyled Text (FOUT) … If we were to compare them, FOUT is of

…
Avatar of Chris Coyier
Chris Coyier on Dec 19, 2018 (Updated on Dec 21, 2018)
Direct link to the article Building Skeleton Components with React
perceived performance react

Building Skeleton Components with React

One of the advantages of building a Single Page Application (SPA) is the way navigating between pages is extremely fast. Unfortunately, the data of our components is sometimes only available after we have navigated to a specific part of our …

Avatar of Mathias Rechtzigel
Mathias Rechtzigel on Oct 22, 2018
paint timing api perceived performance performance rendering

Using the Paint Timing API

It’s a great time to be a web performance aficionado, and the arrival of the Paint Timing API in Chrome 60 is proof positive of that fact. The Paint Timing API is yet another addition to the burgeoning Performance API…

Avatar of Jeremy Wagner
Jeremy Wagner on Aug 16, 2017 (Updated on Aug 21, 2017)
instantclick perceived performance performance prerender

Prerender on hover?

InstantClick is a pretty popular JavaScript library (4,344 stars, as I type). This is the gist:

Before visitors click on a link, they hover over that link. Between these two events, 200 ms to 300 ms usually pass by (test

…
Avatar of Chris Coyier
Chris Coyier on Dec 7, 2016

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