Remove 2019 Remove Code Remove Processing Remove Website Performance
article thumbnail

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

Improving JavaScript Bundle Performance With Code-Splitting. Improving JavaScript Bundle Performance With Code-Splitting. Projects built using JavaScript-based frameworks often ship large bundles of JavaScript that take time to download, parse and execute, blocking page render and user input in the process.

Code 89
article thumbnail

How Improving Website Performance Can Help Save The Planet

Smashing Magazine

How Improving Website Performance Can Help Save The Planet. How Improving Website Performance Can Help Save The Planet. 2019-01-15T13:30:32+01:00. 2019-04-29T18:34:58+00:00. You can read about more advanced dead code elimination (aka tree shaking) in this post for Google by Jeremy Wagner. Jack Lenox.

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

Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]

Smashing Magazine

Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]. Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]. 2019-01-07T12:00:13+00:00. 2019-04-29T18:34:58+00:00. Web performance is a tricky beast, isn’t it? Establish a performance culture. Vitaly Friedman.

article thumbnail

Optimizing Google Fonts Performance

Smashing Magazine

Optimizing Google Fonts Performance. Optimizing Google Fonts Performance. 2019-06-20T11:00:16+02:00. 2019-06-20T10:35:07+00:00. The default code for implementing Google Fonts looks like this: <link href="[link] rel="stylesheet"> If you do that, it will load only the ‘regular 400’ variant. Danny Cooper.

Google 111
article thumbnail

Optimize Images for Web

KeyCDN

We normally focus solely on the performance aspect, but today we want to dive into additional ways you can optimize images for the web. The file size of your images of course is very important, but SEO and social media also play an important part in helping your website perform and convert better.

article thumbnail

Build a Node.js Tool to Record and Compare Google Lighthouse Reports

CSS - Tricks

Along with other general diagnostics and web performance metrics, a really useful feature of the report is that each of the key areas is aggregated into color-coded scores between 0-100. In lh.js , you’ll next want to delete the test console.log() and import the Lighthouse module so you can use it in your code.

Google 82
article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

How do we actually know where we stand in terms of performance, and what exactly our performance bottlenecks are? Micro-optimizations are great for keeping performance on track, but it’s critical to have clearly defined targets in mind — measurable goals that would influence any decisions made throughout the process.