This repository has been archived by the owner on May 22, 2024. It is now read-only.
Compile metrics about bundling process #969
Labels
action_item
action item for an incident
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Netlify Build shows the duration of the functions bundling process, but we have no granular view that allows us to see where that time is spent across the various functions and the different stages of the process.
This capability would allow developers to identify (and potentially self-serve solutions for) offenders in a slow bundling process, and it would allow us to better troubleshoot problems like #968.
I propose a new
metadata
object to be returned byzipFunction
andzipFunctions
, containing ametrics
array of tasks and their duration. Something like:Netlify Build could then print this object when the verbose mode is enabled.
The text was updated successfully, but these errors were encountered: