For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /guide/usage/plugins-analysis.md.
close
  • English
  • Plugin analysis

    Overview

    The Plugins Analysis page under Compile Analysis shows invocation data for the Compiler Hooks and Compilation Hooks used by the current Rspack project:

    Tip

    The plugin time will also calculate the internal plugin time of Rsdoctor.

    Glossary

    The meanings of the fields in the data statistics table on the page are as follows:

    TermDescription
    Plugin Tap NameRepresents the name value when .tap is called
    HookRepresents the hook name
    callsRepresents the number of times called
    duration(total)Represents the total time of all calls

    Usage instructions

    View bundler config

    To inspect the project's Rspack configuration, click View Bundler Config in the upper-right corner of the card. The resulting panel contains the serialized Bundler Config:

    Reference documentation