Attendees:
Philip - Front end performanceDevdas - Throughput, latency for system
Anand - All performance
g0sub - Web applications
Anant - Firefox performance, and mobile devices
Vinayak - System & Web app performance
Tarique - Web server & database performance
Thoughts
- fast code v/s maintainable code
- should we look at code or configuration or something else?
- design for real users, not a few test users
Things to work on:
- Configuration
- Management/administrative code
- Hardware
- Instrument code for monitoring
- trace apps even if you don't have the code by looking at sar and ltrace
- Cheat
How to handle performance of streaming data?
Database performance - start with a denormalized db and then figure out what to normalize later
File format optimisation for performance
1 comments :
This one is really interesting.It would be really good to see it evolve to something like http://oaktable.net.
Its a long haul to see people still looking at writing code to make a transaction span a number of tiers :).
Post a Comment