-
Notifications
You must be signed in to change notification settings - Fork 118
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
Content Addressable Bundles #638
Comments
- Add a link to issue WICG#638 - Add "URL integrity" to Goal - Add "Resource Batch Preloading" to references
- Add a link to issue WICG#638 - Add "URL integrity" to Goal - Add "Resource Batch Preloading" to references
- Add a link to issue WICG#638 - Add "URL integrity" to Goal - Add "Resource Batch Preloading" to references
Thank you for filing this issue. As I mentioned at today’s meeting, the goal of this proposal is still unclear for me.
As written in this page (https://webpack.js.org/guides/code-splitting/), the purpose of Code Splitting is to “have a major impact on load time”. It would be helpful if you can write more precisely how this proposal can support this purpose, and why it is better than just using the existing proposal "Subresource loading with Web Bundles".
I understand the importance of carefully maintaining the dependency graph of modules while developing.
I don't understand how other browsers work. But in Chromium, the code cache generated by V8 engine is stored in the HTTPCache. And the code cache will be used when the cached HTTP response is still valid. So I'm not clear how this forced immutability can improve the cache efficiency, especially when the HTTPCache is split per Origin. Could you please write more detailed explanation? |
Note: I'm working on updating the proposal at #639, answering the questions. Thanks! |
Some overall thoughts:
|
- Add FAQ: WebBundles for Ad Serving use cases - Add FAQ: Subresource Integrity
Thanks @jyasskin! I really appreciate your feedback! Let me reply for some of feedback if I can answer to them briefly. For other feedback, let me take that into consideration and improve the proposal based on the feedback. Re 1: Re 3, 5: Re 6: I'll keep this issue up-to-date once I have more insights. |
Let me file an issue to discuss a proposal: Resource Loading with Content Addressable Bundles.
This is a strawperson proposal at very early stage, and this can be positioned as "my personal proposal", as of now.
I've put it in
explainer
directory, however, if that is inappropriate and confusing, I'll move it to somewhere. Maybe we can haveproposals
directory, as WICG/webcomponenets has. I am not sure what is the best practice in this repository.I hope we can use this issue to discuss and get early feedback.
I've observed that PRs are not a good place to discuss overall design and ideas because we are likely to lose the discussion history. An issue might be a better place to discuss.
cc: @littledan @jyasskin @yoavweiss
The text was updated successfully, but these errors were encountered: