Больше цитат

Уколов Алексей (alexey_m_ukolov)

12 февраля 2016 г., 19:24

Performance Checklist... «High Performance Browser Networking: What every web developer should know about networking and web performance»

Performance Checklist
Optimizing TCP performance pays high dividends, regardless of the type of application, for every new connection to your servers. A short list to put on the agenda:
Upgrade server kernel to latest version (Linux: 3.2+).
Ensure that cwnd size is set to 10.
Disable slow-start after idle.
Ensure that window scaling is enabled.
Eliminate redundant data transfers.
Compress transferred data.
Position servers closer to the user to reduce roundtrip times.
Reuse established TCP connections whenever possible.