资源详情

返回首页 | 相关搜索
[ WebToolTip.com ] Angular Performance Optimization Techniques
大小 284.33 MB
文件数 66
Info Hash: 70EF766DEB5B57A4ECB7205B0B110B04F7DCCEAB
收录时间 2026-01-09 22:54:59
更新时间 2026-01-09 22:54:59
文件列表 (66)
Get Bonus Downloads Here.url
180 B
~Get Your Files Here !/01 - Introduction/01 - Optimize Angular performance.mp4
1.22 MB
~Get Your Files Here !/01 - Introduction/01 - Optimize Angular performance.srt
538 B
~Get Your Files Here !/02 - 1. Performance and Angular/01 - Why performance matters.mp4
8.3 MB
~Get Your Files Here !/02 - 1. Performance and Angular/01 - Why performance matters.srt
6.84 KB
~Get Your Files Here !/02 - 1. Performance and Angular/02 - How modern web applications work.mp4
7.82 MB
~Get Your Files Here !/02 - 1. Performance and Angular/02 - How modern web applications work.srt
4.97 KB
~Get Your Files Here !/02 - 1. Performance and Angular/03 - The Angular build process.mp4
12.33 MB
~Get Your Files Here !/02 - 1. Performance and Angular/03 - The Angular build process.srt
6.79 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/01 - Lighthouse Get feedback and action items to improve.mp4
13.31 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/01 - Lighthouse Get feedback and action items to improve.srt
6.82 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/02 - The Chrome dev tools profiler.mp4
11.13 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/02 - The Chrome dev tools profiler.srt
6 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/03 - The Angular dev tools profiler.mp4
9.43 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/03 - The Angular dev tools profiler.srt
5.93 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/04 - Dependency analysis.mp4
7.22 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/04 - Dependency analysis.srt
6.62 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/05 - Build budgets.mp4
7.26 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/05 - Build budgets.srt
5.48 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/06 - Linting your code for common mistakes.mp4
10.78 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/06 - Linting your code for common mistakes.srt
6.21 KB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/07 - Performance tools recap.mp4
6.67 MB
~Get Your Files Here !/03 - 2. Tools for Performance Assessment/07 - Performance tools recap.srt
6.04 KB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/01 - Removing unused dependencies and imports.mp4
7.78 MB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/01 - Removing unused dependencies and imports.srt
5.53 KB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/02 - Be critical about dependencies.mp4
14.8 MB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/02 - Be critical about dependencies.srt
9.29 KB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/03 - Standalone components instead of NgModules.mp4
5.85 MB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/03 - Standalone components instead of NgModules.srt
4.34 KB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/04 - It's not just code Images, CSS, fonts, and other assets.mp4
16.2 MB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/04 - It's not just code Images, CSS, fonts, and other assets.srt
8.67 KB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/05 - The NgOptimizedImage directive.mp4
9.14 MB
~Get Your Files Here !/04 - 3. Improving Performance by Removing Code/05 - The NgOptimizedImage directive.srt
4.61 KB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/01 - How lazy-loading works.mp4
5.98 MB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/01 - How lazy-loading works.srt
5.43 KB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/02 - Lazy-loading with modules.mp4
8.87 MB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/02 - Lazy-loading with modules.srt
5.28 KB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/03 - Lazy-loading with standalone components.mp4
6.63 MB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/03 - Lazy-loading with standalone components.srt
3.64 KB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/04 - The @defer block Introduction.mp4
8.08 MB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/04 - The @defer block Introduction.srt
3.78 KB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/05 - @defer block configuration and options.mp4
13.01 MB
~Get Your Files Here !/05 - 4. Improving Performance with Lazy-Loading/05 - @defer block configuration and options.srt
7.02 KB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/01 - How Angular change detection works.mp4
7.93 MB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/01 - How Angular change detection works.srt
6.38 KB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/02 - Container and presentation components.mp4
7.24 MB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/02 - Container and presentation components.srt
5.38 KB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/03 - Using Signals to improve change detection.mp4
11.58 MB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/03 - Using Signals to improve change detection.srt
6.21 KB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/04 - Caching data with services.mp4
8.94 MB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/04 - Caching data with services.srt
4.79 KB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/05 - Caching data with Angular service-worker.mp4
14.96 MB
~Get Your Files Here !/06 - 5. Angular-Specific Techniques for Performance/05 - Caching data with Angular service-worker.srt
7.9 KB
~Get Your Files Here !/07 - 6. Server-Side Rendering/01 - What is server-side rendering (SSR).mp4
6.03 MB
~Get Your Files Here !/07 - 6. Server-Side Rendering/01 - What is server-side rendering (SSR).srt
4.97 KB
~Get Your Files Here !/07 - 6. Server-Side Rendering/02 - Server-side rendering in action.mp4
12.57 MB
~Get Your Files Here !/07 - 6. Server-Side Rendering/02 - Server-side rendering in action.srt
5.85 KB
~Get Your Files Here !/07 - 6. Server-Side Rendering/03 - Static-site generation (SSG).mp4
7.71 MB
~Get Your Files Here !/07 - 6. Server-Side Rendering/03 - Static-site generation (SSG).srt
5.07 KB
~Get Your Files Here !/07 - 6. Server-Side Rendering/04 - Measuring improvements with SSR and SSG.mp4
9.19 MB
~Get Your Files Here !/07 - 6. Server-Side Rendering/04 - Measuring improvements with SSR and SSG.srt
5.21 KB
~Get Your Files Here !/07 - 6. Server-Side Rendering/05 - Pros and cons of SSR and SSG.mp4
4.66 MB
~Get Your Files Here !/07 - 6. Server-Side Rendering/05 - Pros and cons of SSR and SSG.srt
4.53 KB
~Get Your Files Here !/08 - Conclusion/01 - Next steps in your Angular journey.mp4
1.54 MB
~Get Your Files Here !/08 - Conclusion/01 - Next steps in your Angular journey.srt
1.64 KB
~Get Your Files Here !/Bonus Resources.txt
70 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。