Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
http/2

10 Articles
{
,

}
Direct link to the article Musings on HTTP/2 and Bundling
bundling compression http/2 performance sprites

Musings on HTTP/2 and Bundling

HTTP/2 has been one of my areas of interest. In fact, I’ve written a few articles about it just in the last year. In one of those articles I made this unchecked assertion:

If the user is on HTTP/2: You’ll

…
Jeremy Wagner on Jul 17, 2017
Direct link to the article ES6 modules support lands in browsers: is it time to rethink bundling?
http/2 JavaScript modules

ES6 modules support lands in browsers: is it time to rethink bundling?

Modules, as in, this kind of syntax right in JavaScript:

import { myCounter, someOtherThing } from 'utilities';

Which we’d normally use Webpack to bundle, but now is supported in Safari Technology Preview, Firefox Nightly (flag), and Edge.

It’s designed to …

Chris Coyier on Apr 15, 2017
Direct link to the article HTTP/2 – A Real-World Performance Test and Analysis
cdn http/2 performance

HTTP/2 – A Real-World Performance Test and Analysis

Perhaps you’ve heard of HTTP/2? It’s not just an idea, it’s a real technology and slowly but surely, hosting companies and CDN services have been releasing it to their servers. Much has been said about the benefits of using HTTP/2 …

David Attard on Feb 21, 2017 Updated on Feb 22, 2017
Direct link to the article Modernizing our Progressive Enhancement Delivery
http/2 performance server push

Modernizing our Progressive Enhancement Delivery

Scott Jehl, explaining one of the performance improvements he made to the Filament Group site:

Inlining is a measurably-worthwhile workaround, but it’s still a workaround. Fortunately, HTTP/2’s Server Push feature brings the performance benefits of inlining without sacrificing cacheability for

…
Chris Coyier on Jan 15, 2017
Direct link to the article Creating a Cache-aware HTTP/2 Server Push Mechanism
cache http/2 performance server push

Creating a Cache-aware HTTP/2 Server Push Mechanism

If you’ve been reading at all about HTTP/2, then you’ve likely heard about server push. If not, here’s the gist of it: Server push lets you preemptively send an asset when the client requests another. …

Jeremy Wagner on Nov 28, 2016 Updated on Jan 15, 2017
Direct link to the article A Case Study on Boosting Front-End Performance
http/2 performance

A Case Study on Boosting Front-End Performance

At De Voorhoede we try to boost front-end performance as much as possible for our clients. It is not so easy to convince every client to follow all of our performance guidelines. We try to convince them by talking to …

Declan Rek on Aug 18, 2016 Updated on Mar 4, 2017
Direct link to the article [Talk] HTTP/2 is Here, Now Let’s Make it Easy
conference http/2 performance Rebecca Murphey

[Talk] HTTP/2 is Here, Now Let’s Make it Easy

Rebecca Murphey’s talk from dotJS 2015 explores all the various gotchas surrounding HTTP/2. For instance, how will servers support it? How does our front-end process change to benefit the most from this new protocol? How will developers know that everything …

Robin Rendle on Jan 28, 2016 Updated on Jan 15, 2017
Direct link to the article Building for HTTP/2
http/2 Rebecca Murphey

Building for HTTP/2

Rebecca Murphey:

This is everything-you-thought-you-knew-is-wrong kind of stuff. In an HTTP/2 world, there are few benefits to concatenating a bunch of JS files together, and in many cases the practice will be actively harmful. Domain sharding becomes an anti-pattern. Throwing

…
Chris Coyier on Nov 29, 2015 Updated on Jan 15, 2017
Direct link to the article Making a Simple Site Work Offline with ServiceWorker
fetch http/2 offline service workers

Making a Simple Site Work Offline with ServiceWorker

I’ve been playing around with ServiceWorker a lot recently, so when Chris asked me to write an article about it I couldn’t have been more thrilled. ServiceWorker is the most impactful modern web technology since Ajax. It’s an API that …

Nicolas Bevacqua on Nov 10, 2015 Updated on May 8, 2017
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top