Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular Performance (Tools (Chrome dev tools (DOMContentLoaded, Load,…
Angular
Performance
General
Http1 limitations
Web socket
Http2
Domain Sharding
Cache
Cache Control Header
Slow DNS and SSL
TTFB
Content
RenderTreeConstruction
Load time
Flags
AOT / JIT
Prod
Build-optimizer
Build size
Minification
Tree shaking
Third party packages
GZip
Compress images
Fonts
Preserve White space
Uglyfication
Lazy loading
Defer attribute
Async attribute
Prefetch/Preload attribute
Server Side Rendering
Progressive web app
Service Worker Cache
Update Angular and cli
Angular.json
RXJS 6
Tools
Chrome dev tools
DOMContentLoaded
Load
Screenshots
Waterfall
Coverage
Webpack
PageSpeed
Lightouse
Augury
Critical
Budget
Resource Hint
Experimental
Google closure compiler
Ivy rendering Engine
Run time
Change Detection
OnPush
Detach
Code
Shared Module
VirtualScrolling
A8 Bazel
Http Logguer