Skip to content

Commit

Permalink
Merge pull request #277 from MishaSeredenkoPushBased/fix-bundle-stats-md
Browse files Browse the repository at this point in the history
refactor: bundle stats
  • Loading branch information
BioPhoton authored Oct 22, 2023
2 parents aefa47a + f752fda commit 2fb531a
Show file tree
Hide file tree
Showing 6 changed files with 33,425 additions and 8,712 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
-
env:
NX_NON_NATIVE_HASHER: true

jobs:
ci:
runs-on: ubuntu-latest
Expand Down
51 changes: 26 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,33 @@ For now you can search the codebase for "Perf Tip" later on there will be proppe

### Bundle Stats


<!-- bundle-stats-start -->
| Names | Size |
|-------------------------------------------------------------------------------------|-------------|
| main.js | 2.5 MB |
| runtime.js | 12 KB |
| styles.css | 8.54 KB |
| **Initial Total** | **2.52 MB** |
| Names | Size |
| app_pages_movie-detail-page_movie-detail-page_component_ts.js | 58.67 KB |
| app_pages_person-detail-page_person-detail-page_component_ts.js | 45.81 KB |
| common.js | 37.43 KB |
| a-4d8953.js | 36.55 KB |
| default-node_modules_rx-angular_template_fesm2022_template-if_mjs.js | 28.2 KB |
| app_pages_account-feature_list-detail-page_list-items-edit_list-items-edi-13eb42.js | 26.27 KB |
| app_pages_movie-list-page_movie-list-page_component_ts.js | 24.04 KB |
| app_pages_account-feature_list-create-page_list-create-page_component_ts--1f481e.js | 21.58 KB |
| app_pages_account-feature_account-list-page_account-list-page_component_ts.js | 20.36 KB |
| app_app-shell_account-menu_account-menu_component_ts.js | 20.2 KB |
| app_pages_account-feature_list-detail-page_list-image_list-image_componen-cb4b89.js | 16.83 KB |
| app_pages_account-feature_list-detail-page_list-detail-page_component_ts--a2c81d.js | 14.71 KB |
| app_pages_account-feature_list-detail-page_list-remove_list-remove_compon-a10eb2.js | 11.1 KB |
| app_pages_not-found-page_not-found-page_component_ts.js | 6.95 KB |
| app_pages_account-feature_list-detail-page_list-detail-page_routes_ts.js | 3.4 KB |
| app_pages_account-feature_account-feature-page_routes_ts.js | 2.65 KB |
| app_pages_account-feature_list-detail-page_list-movies_list-movies_component_ts.js | 2.55 KB |

| Names | Size |
| ----------------------------------------------------------------------------------- | ------------- |
| main.js | 343.15 KB |
| styles.css | 6.17 KB |
| runtime.js | 2.61 KB |
| **Initial Total** | **351.93 KB** |
| Names | Size |
| app_pages_movie-detail-page_movie-detail-page_component_ts.js | 16.83 KB |
| app_pages_person-detail-page_person-detail-page_component_ts.js | 11.79 KB |
| a-6a8199.js | 10.07 KB |
| app_pages_account-feature_list-detail-page_list-movies_list-movies_compon-d13d08.js | 9.83 KB |
| common.js | 7.69 KB |
| app_pages_account-feature_list-detail-page_list-items-edit_list-items-edi-13eb42.js | 7.23 KB |
| app_pages_movie-list-page_movie-list-page_component_ts.js | 5.84 KB |
| app_pages_account-feature_list-create-page_list-create-page_component_ts--1f481e.js | 5.7 KB |
| app_app-shell_account-menu_account-menu_component_ts.js | 5.63 KB |
| app_pages_account-feature_account-list-page_account-list-page_component_ts.js | 4.89 KB |
| app_pages_account-feature_list-detail-page_list-image_list-image_componen-cb4b89.js | 4.36 KB |
| default-node_modules_rx-angular_template_fesm2022_template-if_mjs.js | 4.23 KB |
| app_pages_account-feature_list-detail-page_list-remove_list-remove_compon-a10eb2.js | 3.41 KB |
| app_pages_account-feature_list-detail-page_list-detail-page_component_ts--a2c81d.js | 3.24 KB |
| app_pages_not-found-page_not-found-page_component_ts.js | 1.77 KB |
| app_pages_account-feature_list-detail-page_list-detail-page_routes_ts.js | 1.54 KB |
| app_pages_account-feature_account-feature-page_routes_ts.js | 926 Bytes |

<!-- bundle-stats-end -->

## Comparison to next and nuxt
Expand Down
Loading

0 comments on commit 2fb531a

Please sign in to comment.