Remove Database Remove Magazine Remove Servers Remove Testing Tools
article thumbnail

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

Smashing Magazine

Is it worth exploring tree-shaking, scope hoisting, code-splitting, and all the fancy loading patterns with intersection observer, server push, clients hints, HTTP/2, service workers and — oh my — edge workers? Long FMP usually indicates JavaScript blocking the main thread, but could be related to back-end/server issues as well.

article thumbnail

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

Smashing Magazine

Is it worth exploring tree-shaking, scope hoisting, code-splitting, and all the fancy loading patterns with intersection observer, server push, clients hints, HTTP/2, service workers and — oh my — edge workers? It used to provide an insight into how quickly the server outputs any data. What does it mean?

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

Email Testing Flow As It Should Be

Smashing Magazine

When you use a bulk email service , in most cases, you have built-in automation and basic testing functionality. Make sure that the right database is selected (or the right list of contacts in your email marketing service). They were testing some new email sequences and selected their real email database instead of a testing list.

Testing 109
article thumbnail

How To Build A Real-Time Multi-User Game From Scratch

Smashing Magazine

Clearly, the “first client rules all” approach needed to be replaced with a solution in which the game state lives on the server. In my research, I came across Colyseus , which sounded like the perfect tool for the job. milliseconds (= 60 frames per second), triggered by our Colyseus server. Project Setup.

Games 94