Please enable JavaScript.
Coggle requires JavaScript to display documents.
WAF - Performance efficiency - Coggle Diagram
WAF - Performance efficiency
Scalability
Stateless
Stateful - db - careful planning
VMSS, APP Services, DB
Start-up time
Serverless, functions, logic apps, aci
AKS
Partition workloads, work around limits,
scale as a unit
Data partitioning, use different tech, eventual consistency, caching
Reduce chatty interactions between components and services
Caching between
different layers
Queues - asynchronous
Application design
DB design
NFR
(non functional requirements)
I'd bottlebneck, optimise code for peak performance
Storage n networking performance
Performance monitoring
Layers, moving parts
Network, latency
ER
VPN
Between users n app,
between layers
PPG, zones, regions
DB - read replicas, data sync,
caching, Cosmos db
Traffic manager,
nested profiles
CDN
Storage performance
Disk type, type
caching
Polyglot persistence,
eventual consistency
Storage account tiers
Replication
Always conduct performance and load testing to find these potential bottlenecks
Quality, speed, efficiency