
Fasterize Blog
6 FOLLOWERS
Web performance news, web performance optimization features, e-commerce case studies and everything you need to know about the loading times and website speed. Our optimization engine works in real-time on gross website performance as well as - and above all - on the perceived speed and the user experience.
Fasterize Blog
1y ago
How does onboarding work at Fasterize? How long does the implementation take? Who needs to be involved? In this article, we explain everything you need to know about the steps involved in deploying our SaaS solution, from the audit to the actual acceleration of your site. Follow the guide!
Read More ..read more
Fasterize Blog
1y ago
In the history of web performance, “Load Time” was one of the first indicators used to measure the loading times of web pages. Over time, the other KPIs we’ve talked about—Speed Index, Time To Interactive, etc.—made their way onto the scene to assess the perception of speed and Load Time was retired to a dusty old shelf at the back of a storeroom. Let’s look back on this web performance metric that once played an important role, but which is no longer sufficient for assessing the speed of your website, and we’ll see why.
Read More
This article Web Performance KPI: definition and deci ..read more
Fasterize Blog
1y ago
To assess your loading times and improve them, you need to precisely identify your tasks and events that take up the most time for browsers. But how do you know how long it takes a script to execute? Or when the main image on a page displays? What is the processing time for a user action before it executes?
To answer all of these questions, the conventional tools and metrics may only provide limited responses. The answers can be found with custom metrics via the User Timing API.
Jean-Pierre Vincent explains how to use it.
Read More
This article Custom Metrics: customize your web performance ..read more
Fasterize Blog
1y ago
The Time To First Byte (TTFB) expresses, in milliseconds, the time a server takes to respond. It is taken into account by Google and other search engines to assess the speed at which content will be available. So, as you’ve probably understood, it is an important indicator for your loading times, and also one that counts for your SEO.
Read More
This article Time To First Byte: the performance indicator that measures the server response time has been post first at Fasterize ..read more
Fasterize Blog
1y ago
In the previous part of our article, we explained why the backend counts as much as the frontend to make your site's pages load quickly. But in practice, how do you do it? What should you think about? Should you take care of it internally or outsource these operations? Here are some tips recommended by our web performance experts.
Read More
This article [Backend & web performance 2/2] Techniques for improving your loading times on the backend has been post first at Fasterize ..read more
Fasterize Blog
1y ago
For pages that load quickly, focusing on what appears in the browser by optimizing your frontend seems quite obvious. But do you also pay attention to what’s happening behind the scenes on your servers?
For optimum performance, your backend requires as much attention as your frontend.
Here is some advice about the criteria you should be taking into account so that your infrastructure can hold its own.
Read More
This article [Backend & web performance 1/2] How to choose your web hosting solution has been post first at Fasterize ..read more
Fasterize Blog
1y ago
One of the essential optimizations for loading speed and interactivity is to defer the loading of JavaScript. Let’s go deeper to understand the impact of a blocking script on loading times, the solutions for minimising the impact, and the pitfalls you want to avoid.
We’ll also take the opportunity to explain the details of the solution we’ve developed: a feature called DeferJS.
Read More
This article The pitfalls to avoid to smartly optimize JavaScript loading has been post first at Fasterize ..read more
Fasterize Blog
1y ago
A Content Delivery Network (CDN) helps optimise the distribution of content by bringing it closer to internet users. But that’s not all: it’s also useful for the speed and security of your website. Here’s everything you need to know about what a CDN is, how it works, and what it’s good for. We’ll also explain how Fasterize is a “next generation” CDN, as well as all the benefits you can get from it!
Read More
This article Web performance fundamentals: perks of a Content Delivery Network (CDN) has been post first at Fasterize ..read more
Fasterize Blog
1y ago
A major challenge for technical teams: absorbing traffic spikes. To ensure the availability and continuity of your services, here are a few tips to get through traffic surges on your website.
1. Configure static resources cache
The cache of static resources – such as images, JavaScripts, CSS – must be configured with the utmost care. By using a CDN, it is possible to force the cache on resources that can be cached for a pre-defined time. By doing so, it is no longer the server that serves and supports the load of requests for these resources, but the caches that are set up. Moreover, browsers ..read more
Fasterize Blog
1y ago
Caching is one of the most effective techniques for having fast pages and for improving loading speeds by several hundred milliseconds.
This time scale may seem minuscule, but cumulatively, all of those milliseconds can add up to seconds… and 1 extra second of loading time results in fewer conversions. It’s worth noting that in the retail sector, 1 extra second of loading time can make conversions fall by up to -20%.
For a fast website, efficient cache management is crucial
Each HTML page is made up of many files, like images, fonts, items coded in CSS or JavaScript, etc. Th ..read more