Deep dive into the Vue Devtools Timeline tab
In the previous section, we introduced how to use the Component section of the Vue Devtools to analyze and develop our Vue components. In this section, we will continue exploring the main navigation to introduce the next available section – the Timeline.
The Timeline section is home to tools such as event and performance monitoring that help make sense of the application, giving us a glimpse into the framework engine.
This section is probably more for advanced use cases, but being able to know what the tools offer is always beneficial, even if they are not used in your day-to-day activities.
The Timeline tab can be accessed from the main navigation on the left-hand side of the extension, just below the Component tab that we have been using so far.
The Timeline panel includes three sections. The first is the layers section, which displays all the different layers on which we are going to collect and display information...