### Bug report Hello! Have a huge size application, with 180+ dynamic imports (a lot of pages). Saw a very slow rebuild, after profiling found one of a build performance bottlelneck where method [getAllAsyncChunks](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L778) are called. <img width="1728" alt="Снимок экрана 2022-12-02 в 12 46 14" src="https://user-images.githubusercontent.com/15360667/205264462-292a5992-5aa1-4b64-baa0-b8714a91b2f9.png"> [CPU-20221202T124255.cpuprofile.zip](https://github.com/webpack-contrib/mini-css-extract-plugin/files/10139940/CPU-20221202T124255.cpuprofile.zip) ### Actual Behavior On any change in any file in application, `mini-css-extract-plugin` spend a lot of time to create hashes ### Expected Behavior `mini-css-extract-plugin` create hashes only for changed files ### How Do We Reproduce? Unfortunately, project is in private repo. We are using webpack@5
Bug report
Hello!
Have a huge size application, with 180+ dynamic imports (a lot of pages).
Saw a very slow rebuild, after profiling found one of a build performance bottlelneck where method getAllAsyncChunks are called.
CPU-20221202T124255.cpuprofile.zip
Actual Behavior
On any change in any file in application,
mini-css-extract-pluginspend a lot of time to create hashesExpected Behavior
mini-css-extract-plugincreate hashes only for changed filesHow Do We Reproduce?
Unfortunately, project is in private repo.
We are using webpack@5