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. It’s a common misconception that the code which is produced by the framework build tools (Webpack, for example) is fully optimized and cannot be improved upon any further. Adrian Bece.

Code 91
article thumbnail

Black Friday traffic exposes gaps in observability strategies

Dynatrace

Moreover, website performance problems during peak times have a clear economic impact. It also requires attention to code configuration changes, third-party services, and security updates and patches to ensure all these resources and changes don’t slow performance or cause downtime.

Traffic 181
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

How Partytown Eliminates Website Bloat From Third-Party Apps

Smashing Magazine

Even if your website is designed with usability in mind, these factors impede users from fully benefiting from the website’s features. This is why performance is crucial when building websites. are usually the biggest pieces of the performance puzzle. This frees up the browser’s main thread to run your own code.

Website 82
article thumbnail

Best Web Performance Books to Learn Site Speed Optimization

MachMetrics

Each performance chapter is supported by code snippets (via a companion website) and examples to aid in learning. High Performance Images: Shrink, Load, and Deliver Images for Speed. By now, you know that optimizing your images is the single most bang-for-your-buck way to improve the performance of your site.

Speed 85
article thumbnail

Don’t Sink Your Website With Third Parties

Smashing Magazine

You may have a lean, agile, responsive site design only to find it gradually loaded down with more and more “extras” that are often put onto the site by marketing departments or business leaders who are not always thinking about website performance. The downside is that third-party requests can impact website visitors.

Website 133
article thumbnail

PageSpeed Module: Dramatically Increase the Speed of Your Website Automatically

MachMetrics

Good website performance is part of that equation. Basically, Google offers a foundational code package called a module that you can then remake to suit your needs. The Apache module packages are pre-built binary while the Nginx configuration module consists solely of source code that you can then build upon.

Speed 60
article thumbnail

Lazy loading Javascript: On-demand scripts to faster load times

Jos

Loading on-demand code can boost website performance in the sense that the browser does not need to request and execute Javascript code that is not needed. var script = document. onreadystatechange = loadFunction ; document. Depending on the script, a different approach can be taken to lazy load it.