-
Notifications
You must be signed in to change notification settings - Fork 14
pdb_ng2: Bundling strategy #64
Copy link
Copy link
Open
Description
Especially with the release of RC1 for Angular 2, our request numbers are out of control. Now that we have a basic update in place, we need to get some bundling going on to reduce our requests.
Since we can't know in advance which components will be on a specific page, we're going to rely on a base bundle of core assets. Per-component bundling will come after that.
Also offline template compiling should be incorporated into overall bundling strategy.
The ultimate goal would be to get in place a bundling strategy that for any given page will strike the appropriate balance between cacheability and reusability.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels