Remove Code Remove Testing Remove Website Remove Workshop
article thumbnail

Solving CLS Issues In A Next.js-Powered E-Commerce Website (Case Study)

Smashing Magazine

Powered E-Commerce Website (Case Study). Powered E-Commerce Website (Case Study). We use Lighthouse and WebPagetest as our synthetic testing tools for performance to measure CLS. Jump to online workshops ?. At first, we decided to run some tests using synthetic testing tools. Solving CLS Issues In A Next.js-Powered

Website 106
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 89
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

Creating Custom Emmet Snippets In VS Code

Smashing Magazine

Creating Custom Emmet Snippets In VS Code. Creating Custom Emmet Snippets In VS Code. It’s a collection of mostly <head> tags and attributes I usually use on every website I build. It’s a collection of mostly <head> tags and attributes I usually use on every website I build. Jump to online workshops ?.

Code 101
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed. Componentizing generally makes testing and maintenance easier. for some inspiration :).

Code 147
article thumbnail

Maintaining End-To-End Quality With Visual Testing

Smashing Magazine

Maintaining End-To-End Quality With Visual Testing. Maintaining End-To-End Quality With Visual Testing. Testing is a critical part of any developer’s workflow. But often automated tests can be a pain to manage. A Quick Look At Some Of The Types Of Automated Testing. Colby Fayock. 2021-07-19T10:30:00+00:00.

Testing 142
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed. Componentizing generally makes testing and maintenance easier. for some inspiration :).

Code 130
article thumbnail

It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them

Smashing Magazine

It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them. It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them. All right, but what does this have to do with testing? Well, it’s simply an apt allegory when it comes to dealing with tests in a code base.

Testing 121