Remove Efficiency Remove Network Remove Website Remove Workshop
article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

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. It essentially describes the lifetime of each file you download to load your page from the network. You can see this by opening your browser and looking in the Networking tab.

article thumbnail

Exploring The Potential Of Web Workers For Multithreading On The Web

Smashing Magazine

Continue reading below ↓ Meet Smashing Workshops on front-end & UX , with practical takeaways, live sessions, video recordings and a friendly Q&A. Additionally, by leveraging multiple CPU cores, Web Workers can make more efficient use of system resources, enabling faster and more efficient processing of data.

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

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

This problem is more apparent on unreliable and slow networks and lower-end devices. JavaScript-based frameworks like React made the process of developing web applications streamlined and efficient, for better or worse. Jump to online workshops ?. Notice the difference in loading times between mobile and cable networks.

Code 91
article thumbnail

5 Steps to Accelerate your Cloud Migration with Dynatrace

Dynatrace

For a recent technical workshop I did with one of our strategic cloud partners, I created a deck that aims to answer exactly this question. While most of our cloud & platform partners have their own dependency analysis tooling, most of them focus on basic dependency detection based on network connection analysis between hosts.

Cloud 31
article thumbnail

Refactoring CSS: Introduction (Part 1)

Smashing Magazine

CSS is a simple stylesheet language for defining a website or document’s presentation. This CSS is usually render-blocking , so the browser won’t even render the website content until it has finished downloading and parsing the CSS file, resulting in a poor UX and performance on slower or unreliable networks. Adrian Bece.

article thumbnail

GraphQL On The Front-End (React And Apollo)

Smashing Magazine

website to download the latest version. Continue reading below ↓ Meet Smashing Online Workshops on front-end & UX , with practical takeaways, live sessions, video recordings and a friendly Q&A. Jump to online workshops ?. This doesn’t require any network requests, so it displays instantly to the user.

Cache 117
article thumbnail

Tools And Practices To Speed Up The Vue.js Development Process

Smashing Magazine

Modules like the service module containing all the network requests needed by the company are kept in this core module and all corresponding network requests are made from here. This method of modularization allows for efficient program development and easy debugging and modification in our application. Jump to the workshop ?.

Speed 135