|
<< Click to Display Table of Contents >> Navigation: Telegram > 2018 > 03 > 28 > Telegram_2018-03-28T18 |
2018-03-28T18:00:19
Also user code, db queries etc run in this time.
2018-03-28T18:45:16
And where is that data coming from? If its a DB, then you need to account for that too. Run a perf anaylizer on the back end. Also if you are running in the debugger that adds time too. 35k is not huge by many means in this modern world and if you are testing wtih 128kb limits, of course its going to take 1-2 seconds. Even on my 12mb connection, Amazon etc all take a few seconds. Network traffic also packetizes stuff as well.
2018-03-28T18:55:40
You can enable gzip compression to reduce data transfer times.