yifancong
yifancong
Good idea! I'll include this in the plan. Perhaps you only need to report assets once. If you need historical assets, you should keep the reports.
@YanPes At present, in May, the high-priority requirement of Rsdoctor is to improve the efficiency of build analysis on webpack or rspack, but the ability of custom report will be...
You can use rsdoctor's brief mode, @rsdoctor/* > 0.4.0, https://rsdoctor.dev/guide/start/cicd
@SoonIter Are you interested in this feature? This is a non-excellent requirement. @chenjiahan cc~
This is maybe json data too large eventually exceed [buffer.constants.MAX_STRING_LENGTH](https://nodejs.org/api/buffer.html#buffer_buffer_constants_max_string_length), I'll try to optimize this. You can try on lite mode, https://rsdoctor.dev/config/options/index#features-values.
@pushkargupta9807 Does it work if the options are set to `features: [lite, loader, plugins]`?
> Perhaps an idea would be to have a similar implementation as [Statoscope](https://github.com/statoscope/statoscope/wiki/Statoscope-5.25:-Compressing-stats-with-Binary-JSON) which is able to handle our stats Good idea, it is true that rsdoctor's analysis logic is...