Plugins: Added plugin preload time measurement to frontendmetrics (#73916)

Added preload ms to frontend metricts.
This commit is contained in:
Marcus Andersson 2023-09-04 07:09:14 +02:00 committed by GitHub
parent 39b3b08926
commit 017078913a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,5 @@ func initFrontendMetrics() {
registerFrontendHistogram("frontend_boot_first_contentful_paint_time_seconds", "Frontend boot first contentful paint")
registerFrontendHistogram("frontend_boot_js_done_time_seconds", "Frontend boot initial js load")
registerFrontendHistogram("frontend_boot_css_time_seconds", "Frontend boot initial css load")
registerFrontendHistogram("frontend_plugins_preload_ms", "Frontend preload plugin time measurement")
}