On the homepage of Rsdoctor, we can see a card called Bundle Overall
, which provides information about the build artifacts of the current project. The content is shown in the following image:
Term | Description |
---|---|
total files | Represents the total number of files in the artifacts |
total size | Represents the total size of all files in the artifacts |
js files | Represents the number of .js files in the artifacts |
css files | Represents the number of .css files in the artifacts |
image files | Represents the number of .png /.jpg /.svg /.webp /.jpeg /.gif /.bmp files |
font files | Represents the number of .ttf /.fnt /.fon /.otf /.woff /.woff2 files in the artifacts |
media files | Represents the number of .mp3 /.mp4 /.avi /.wav /.flv /.mov /.mpg /.mpeg files |
html files | Represents the number of .html files in the artifacts |
modules | Represents the total number of modules in the artifacts |
duplicate packages | Represents the total number of duplicate packages in the artifacts |
The "TOTAL Size" data on the card represents the total size of the project. Clicking on this number will navigate to the Bundle Size
The card also displays the number and total size of different file types. Clicking on the corresponding blue icon will display the list of files, as shown in the following image:
If the Duplicate Packages
number on the card is greater than 0, you can click to view the details of the duplicate packages. The content is shown in the following image:
Here, you can see the list of all duplicate packages detected by Rsdoctor in the current build artifacts.