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

Add time comparison #26

Open
mainrs opened this issue Mar 10, 2018 · 3 comments
Open

Add time comparison #26

mainrs opened this issue Mar 10, 2018 · 3 comments

Comments

@mainrs
Copy link

mainrs commented Mar 10, 2018

Some kind of time comparison would be awesome. The plugin could save the last build times and compare to them. This should make optimizing easier as you can see what times have changed based on your modifications.

@stephencookdev
Copy link
Owner

A nice idea!
What do you think the time comparison output would look like? Would it try and be version control aware, and tell you the time difference for your workspace? Or just tell you the last 10 builds or something?

@mainrs
Copy link
Author

mainrs commented Mar 11, 2018

Now that you mention it, version control aware actually sounds super good. Like comparing the current build time to your last published tag maybe? So you could actually see the differences between the current production build and the dev version. Not sure if you can get the latest tag by date using git.
I woud probably build some kind of hybrid approach in the end I think. Where you can see your build times compared to the last tag or something like that and the build time of your last x builds. So you can see how you improved over time.

@The-Only-Matrix
Copy link
Contributor

The-Only-Matrix commented Apr 15, 2020

@stephencookdev @sirwindfield :- Have implemented loaders build time comparison, you can go through this pull request as below -

#https://github.com/stephencookdev/speed-measure-webpack-plugin/pull/119

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

3 participants