Features

Here you can learn about the main features supported by Rsdoctor.

Build Overview

Feature Description Related Links
Project Overview View information such as the current project configuration and version Project Overall
Bundle Overview View information about the artifacts built for the current project Bundle Overall
Compilation Overview View data information about the current project's compilation process Compile Overall
Bundle Alert The ability to perform detection based on build artifact data Bundle Alert
Compilation Alert The ability to perform detection based on compilation data Compilation Alert

Compilation Analysis

Feature Description Related Links
Compilation Overview View data information about the current project's compilation process Compile Overall
Compilation Alert The ability to perform detection based on compilation data Compilation Alert
Loader Compilation Behavior Analysis Loader analysis data in directory and file dimensions, displaying the compilation behavior of a single file at the same time Loaders Analysis
Loader Time Consumption Analysis Execution sequence diagram of all Loaders in the current project Loaders Timeline
Plugins Analysis Data analysis of the plugins used in the project Plugins Analysis
Resolver Analysis Analysis data on Resolver parsing capabilities Resolver Analysis
Loader Time Consumption Analysis and Optimization This document describes how to use Rsdoctor to analyze and optimize build time consumption Loader Analysis and Optimization

Bundle Analysis

Feature Description Related Links
Bundle Overview View information about the artifacts built for the current project Bundle Overall
Bundle Alert The ability to perform detection based on build artifact data Bundle Alert
Bundle Analysis Analysis of the relationships between assets, chunks, and modules in the artifact, as well as the packaged code and size analysis of each module, etc. Bundle Analysis
Module Analysis Analysis of module dependencies Modules Dependency Analysis
Duplicate Packages Optimization Inspection of duplicate dependencies used in the project Duplicate Packages Optimization
Bundle Diff Comparative analysis of two artifacts Planned support