Deno WebWorker slow since 1.40
I’m developing a webapp witch does many queries in parallel to mySLQ.
To speed things up and have a better user experience, I’m using webworkers to make the queries. Deno send the SQL to the webworker which excetutes the query end posts result back to the main Deno thread.
In this way, until Deno 1.39.4, the application was very fast and some queries execution time dropped down from some sedonds to 0.xx seconds.
However if I just upgrade to Deono 1.40+ (tried all versions up to 1.46.x), the queries become very slow.
I also tried on a second computer and I got the same behaviour.