generated from sfeir-open-source/sfeir-school-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(slides): enhance monitoring slides (#51)
- Loading branch information
1 parent
3b82b72
commit 622534f
Showing
10 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!-- .slide: class="two-column with-code" --> | ||
|
||
# Observabilité | ||
|
||
## Zoom sur le CrUX | ||
|
||
Donnée collectée sur des navigateurs réels. | ||
|
||
Disponible sur BigQuery, et à travers plusieurs outils | ||
|
||
Permet de : | ||
|
||
- Suivre l'évolution des performances sur la durée | ||
- étudier les sites concurrents ou similaires | ||
- Trouver des éléments de comparaison | ||
- Base pour définir des budgets ou objectifs | ||
|
||
##--## | ||
|
||
<div style="margin-top: 205px;"> | ||
|
||
<img src="./assets/images/07-monitoring/crux.png" style="width: 1000px; height: auto; display: block; margin: auto; margin-top: 20px;" /> | ||
|
||
<small style="display: block; text-align: center;"> | ||
|
||
https://developer.chrome.com/docs/crux/methodology/tools?hl=fr | ||
|
||
</small> | ||
|
||
</div> | ||
|
||
##==## | ||
|
||
# Observabilité | ||
|
||
## Zoom sur le CrUX : tableau de bord | ||
|
||
<img src="./assets/images/07-monitoring/crux-yt.png" style="width: 850px; height: auto; display: block; margin: auto;" /> | ||
|
||
##==## | ||
|
||
# Observabilité | ||
|
||
## Zoom sur le CrUX | ||
|
||
Visible dans les devtools : <br/> Permet de comparer les performances locales et celles d'un service distant, publique. | ||
|
||
<img src="./assets/images/07-monitoring/crux-devtools.png" style="width: 1200px; height: auto; display: block; margin: auto;" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters