.

Why to use a CDN: bridging users and content to improve the loading speed of your web pages

World CDN webperf

The Content Delivery Network (or CDN) is one of the basics of web performance. By acting as an online ‘relay’, it allows you to create a bridge between content and users. This ensures that the distance information must travel from server to user is as short as possible – and the shorter the distance, the faster the response.

For those who wish to optimise loading times, this technique is often the first port of call. Yet how do you measure its impact? Should you use one CDN or several? And how do you choose between them? Let’s cast the spotlight on this invaluable solution.

Read More

Web performance risks: spotlight on JavaScript vs. low-end mobiles

mobile phone smartphone

As a website publisher, aspects such as content, architecture and design fall under your responsibility. And yet, even if you implement all of the optimisations and best practices, the browsing habits of your users is out of your hands (particularly when it comes to devices and networks).
We explore the risks associated with JavaScript in terms of loading times on low-end mobiles, drawing upon the experience of web performance expert and consultant Jean-Pierre Vincent.

Read More

Correcting inlining fonts in CSS

Following a healthier, lighter diet also applies to CSS, and the latter will become heavy if it has to put up with base64-encoded fonts. Fasterize helps you optimize your loading times by outsourcing fonts instead of embedding them in CSS, a critical resource that the browser needs to load as quickly as possible. The result? Pages are displayed faster thanks to a better Start Render.

Read More