Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine with cpuprofile-webpack-plugin #70

Closed
jantimon opened this issue Jan 11, 2019 · 3 comments
Closed

Combine with cpuprofile-webpack-plugin #70

jantimon opened this issue Jan 11, 2019 · 3 comments

Comments

@jantimon
Copy link

jantimon commented Jan 11, 2019

Hey,

I started an experiment which does the same thing what you are trying to do:

https://github.com/jantimon/cpuprofile-webpack-plugin

The difference is that it uses the cpuprofile and therefore has more information about garbage collection and also better tracing of asynchronous code:

cpu-profile

You can see a preview of the report here: https://jantimon.github.io/cpuprofile-webpack-plugin/

Maybe we can combine both plugins? :)

@stephencookdev
Copy link
Owner

Hey - really cool plugin 😍 I need to take a look through the source code properly

What do you mean by "combine" the plugins?

@jantimon
Copy link
Author

I don’t have a concrete idea on it but both plugins try to help making webpack builds faster so maybe we can reuse some of the ideas :)

@stephencookdev
Copy link
Owner

(closing this because it's just been sat open for ages - but feel free to ping me on Twitter if you want to chat ideas around this 🙂)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants