|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 09 > 07 > Telegram_2020-09-07T00 |
2020-09-07T00:13:19
type: mention @DBarclay is correct. If this can't convince you that GUI server should't be used in production, maybe the profiler data will:
2020-09-07T00:14:27
When I run one of my test cases and watch it in the profiler, 92% of all time is spent in functions to update the main form. It is 92%, not 9.2!
2020-09-07T00:15:20
you are simply killing the performance of your server, keeping an user interface that is not intended to exist in production. It is a debugging aid only