I want to download an archive of web assets in a single request #144
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At this time, most individual assets on a webpage must be loaded in separate requests. One page can easily have over 40 requests to build it, between CSS files, images, JavaScript, web fonts, etc. I would love to be able to do something like this:
Obviously this is just an example. It may make more sense to bundle together CSS, JavaScript, web fonts, and the company logo that are used on every page of the web application, and leave other images out to reduce the number of assets unnecessarily downloaded. Multiple bundles could exist on the same page, each with their own ids. Whatever makes sense in the application. A store's search results page could include an on-the-fly bundle path in it's JSON response containing all of the search result thumbnails.
https://webwewant.fyi/wants/49/
Beta Was this translation helpful? Give feedback.
All reactions