From 43f376ab4c0660657d7b14cf4c80f0e445de5cad Mon Sep 17 00:00:00 2001 From: Florent Dubost Date: Tue, 20 Aug 2024 10:00:03 +0200 Subject: [PATCH] Update _posts/2024-08-20-js-nation-react-summit-2024.md Co-authored-by: Pascal MARTIN --- _posts/2024-08-20-js-nation-react-summit-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-20-js-nation-react-summit-2024.md b/_posts/2024-08-20-js-nation-react-summit-2024.md index 9b5019846..7cc85d3cd 100644 --- a/_posts/2024-08-20-js-nation-react-summit-2024.md +++ b/_posts/2024-08-20-js-nation-react-summit-2024.md @@ -34,7 +34,7 @@ At Bedrock, we've always tried to apply a maximum of [best practices](https://te Vinicius addresses an important subject for us, as frontend engineers. We are all concerned about performance and we want to deliver the most optimized product, but we often come up against major obstacles in this area. We already talked about this topic last year when [we attended the We Love Speed conference](https://tech.bedrockstreaming.com/2023/08/11/we-love-speed-2023.html). -To prove values of performance work, **Lab tools** (like [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview?hl=fr)) & **RUM** (Real User Monitoring) has to been used together. Data collected must be analysed, optimised and framed to make connections with product concerns. Performance needs to **matter to engineering and product** for a sustainable governance model. +To prove values of performance work, **Lab tools** (like [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview?hl=fr)) & **RUM** (Real User Monitoring) have to be used together. Data collected must be analyzed, optimized and framed to make connections with product concerns. Performance needs to **matter to engineering and product** for a sustainable governance model. As in many areas, the key is to set realistic and achievable objectives and to proceed by iteration: **monitor, measure, report and repeat**.