Remove 2009 Remove Network Remove Traffic Remove Website
article thumbnail

Top Redis Use Cases by Core Data Structure Types

Scalegrid

Redis , short for Remote Dictionary Server, is a BSD-licensed, open-source in-memory key-value data structure store written in C language by Salvatore Sanfillipo and was first released on May 10, 2009. Depending on how it is configured, Redis can act like a database, a cache or a message broker. Redis Strings Use Cases. Redis List Use Cases.

Cache 232
article thumbnail

Fostering a Web Performance Culture

Jos

Your dev environment is not your user’s environment Light Work , a picture by Émile Perron I use a Macbook Pro to develop websites. In fact, Stockholm was the first city in installing 4G back in 2009. Simulate bad network conditions and slow CPUs and make your project resilient. Not even close.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Service Workers can save the environment!

Dean Hume

Using service workers can actually reduce the amount of energy that users that visit your website consume. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. The title of this article might seem like clickbait - but bear with me. Conclusion.

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Using service workers can actually reduce the amount of energy that users that visit your website consume. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. The title of this article might seem like clickbait - but bear with me. Conclusion.

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Using service workers can actually reduce the amount of energy that users that visit your website consume. Each HTTP request that is required for the page needs to travel over the network and in turn this consumes energy on both the server and client. The title of this article might seem like clickbait - but bear with me. Conclusion.

Energy 40
article thumbnail

Exploring The Potential Of Web Workers For Multithreading On The Web

Smashing Magazine

Exploring The Potential Of Web Workers For Multithreading On The Web Exploring The Potential Of Web Workers For Multithreading On The Web Sarah Oke Okolo 2023-04-21T10:00:00+00:00 2023-04-21T11:15:35+00:00 Web Workers are a powerful feature of modern web development and were introduced as part of the HTML5 specification in 2009.

article thumbnail

Load scripts async

Speed Curve

Because the HTML parser stopped, all network traffic also stopped (because no other HTML tags were parsed to initiate HTTP requests). IE8 was the first browser to have a preloader in 2009. In other words, website owners need to make an extra effort to get their scripts to load asynchronously. Enter the Preloader.