Slowness of the CUBA Studio when deploy

Hi
My CUBA Studio has suddenly become very very slow when I deploy my application locally. It used to be only a few seconds but from yesterday it is 16 minutes. Is there any clue what and where can I check causing this?

I would check your available system memory and disk space, then your java settings, try to allocate more memory. e.g. How to control Java heap size (memory) allocation (xmx, xms) | alvinalexander.com

There was also a Windows update yesterday.

Apart from that, what did you do differently, did you turned some flags to rebuild dependencies, connected to larger database, network connection quality?

Thank you @mbucan