I have a server function that takes about 20 seconds to read about 100 rows from a table, crunch some numbers and write them in a different format to another table.
The function print
s something every time it reads a row.
If I run the app on the old IDE, it takes 20 seconds and I see the log output in 20 seconds, in (almost) real time. Some rows are processed faster, some slower, and so is the output.
If I run the app on the new IDE, it takes the same 20 seconds, but I see the log output slowly trickling at a consistent pace. It takes about 2 minutes to finish. In the mean time the app is responsive and I can use other commands, but the log from both server and client side print
s will arrive after a minute or two.
Yesterday is gone already, so I can’t test it yesterday. I can’t say for sure that yesterday it was faster, but I have the strong feeling that the IDE is slower today.
The whole day I had the feeling that the beta IDE was way way slower than it has been in the past 2 weeks. If it had been so slow since the beginning I think I would have kept working on the old IDE.