π The Next Exp Inspector has the capability to observe page behavior and access component details via four distinct tabs.
β’ Components: analyze the DOM tree and inspect a componentβs properties, state and actions.
β’ Actions: view a list of actions dispatched by the page and generate a new custom action when needed for testing.
β’ Transactions: view a list of events grouped by transaction and ordered by duration to better understand the sequence of events on the page.
β’ Logs: view a list of logs that have been emitted across the page.
π Next Exp Profiler allows you to create, manage, and compare profiles for optimizing page performance proactively.
β’ Profile: view detailed information about the page execution to understand its performance and opportunities for optimizations.
β’ Compare: See what has changed between two profiles by viewing differences across different event types. This helps identify areas of focus when troubleshooting performance degradation.