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. The answer lies in code-splitting.

Code 91
article thumbnail

Plan, execute, and modernize a cloud migration strategy with Dynatrace

Dynatrace

Define the strategy, assess the environment, and perform migration-readiness assessments and workshops. Overprovisioned servers lead to CPU and memory waste, creating inefficient usage and increasing costs. Right-sizing matches server to workload performance and capacity requirements at the lowest possible cost. Repurchase.

Strategy 187
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

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

Every unnecessary bit of JavaScript code you bundle and serve will be more code the client has to load and process. The resource loading waterfall is a cascade of files downloaded from the network server to the client to load your website from start to finish. How will you serve blazingly fast code, then? More after jump!

article thumbnail

The Future Of Frontend Build Tools

Smashing Magazine

From the developer’s perspective, frontend tooling gives us: the ability to author modules, a dev server for local development, Hot Module Replacement (HMR) for a shorter feedback loop in development mode, the ability to target legacy browsers with polyfills, processing a host of filetypes apart from JavaScript, the list goes on.

Code 112
article thumbnail

Gatsby Serverless Functions And The International Space Station

Smashing Magazine

Here’s a sneak peek of what I’ll be talking about in this post , or if you prefer to jump ahead, the finished code can be found here. In his online workshop on Building Modern HTML Emails , Rémi Parmentier will show how to code bulletproof, responsive HTML emails that work well in Gmail, Apple Mail, Yahoo and Outlook today.

article thumbnail

Next.js Wildcard Subdomains

Smashing Magazine

We’ll be focusing on three places where you can get the wildcard: Server Side In getServerSideProps , Client Side With useEffect , Server Side On API Routes And Edge Functions. Jump to the workshop ?. Server Side In getServerSideProps. Server Side On API Routes And Edge Functions. Building With Wildcards.

Servers 86
article thumbnail

Creating An Interactive Gantt Chart Component With Vanilla JavaScript

Smashing Magazine

Sample Files And Instructions For Running The Code. You can find the full code snippets of this article in the following files: index.html. Since the code contains JavaScript modules, you can only run the example from an HTTP server and not from the local file system. Jump to online workshops ?. More after jump!

Code 140