Performance Checklist... «High Performance Browser Networking: What every web developer should know about networking and web performance»
alexey_m_ukolov12 февраля 2016Performance 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.
27