-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
upgrade assetgraph-builder with fixes #3412
Conversation
@boneskull, I tried to update the lockfile, but it produces a huge number of changes: papandreou@17ebed1 I used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know assetgraph well.
docs/_site/index.html
is fine, but there is a broken link indocs/_dist/index.html
.
undefined-1.d41d8cd98f
can be found in build result like:
Html 74 1.7 MB
Ico 2 29.5 KB
.d41d8cd98f 2 0 bytes
Png 8 225.0 KB
Svg 2 7.3 KB
Css 5 50.9 KB
JavaScript 4 24.0 KB
Total: 97 2.0 MB
Additioanally, before:
after:
|
I didn't test it with @papandreou 's commit. |
@outsideris, thanks, will look into the I'm aware that it's still slower than ag-b 5. I will get around to trace down the remaining performance regressions. |
Tweak handling of redirects to address the problem mentioned here: mochajs/mocha#3412 (review)
I've fixed the problem with the bogus Will get back to the performance regressions at some point. If you find it too slow, you're welcome to just keep this open and wait. |
I confirmed However, it doesn't make |
@outsideris, you're right, I can reproduce that. It's a problem with the |
Fixes bug introduced in 879b4a1 mochajs/mocha#3412 (comment)
@outsideris, fixed now. Thanks for letting me know. |
CI is failed.
|
@outsideris, I also ran into that and commented: #3412 (comment) |
@papandreou I missed that comment. You can see it in the job logs.
In my local, |
@outsideris, ah, thanks. I've updated Still seems like an awful lot of changes, though. |
Improved the performance further in assetgraph-builder 6.4.1, here's the current build time on my laptop:
Edit: And when connected to power and no world cup matches streaming in the background:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my local, it still slow:
✔ 3.298 secs: reviewSubResourceIntegrity
✔ 301.102 secs: buildProduction
✔ 2.478 secs: writeAssetsToDisc
But netify build is ok.
@outsideris, weird that it didn't improve more on your machine. I can't explain that. |
@papandreou I tried it multiple time that delete |
@outsideris, thanks for trying. I guess that just means I'm not done yet ;) |
@Munter, self-assign this one. |
@papandreou, any status update on where this stands? |
I haven't really been able to allocate time to do more profiling specifically targeting this particular build, sorry. Please consider using another build tool. |
Assuming actual time is closer to what you see (than Outsider), my question was to see if there were any other related bugs to shake out? |
I'm not aware of any other issues, no. |
I'm going to close this and retry with the latest version. |
from @papandreou