pragma-git

Results 21 comments of pragma-git

Added tag in above git repo : nw_issue_7715. Please check out that one, since develop may be changed

This very same issue reamins in v0.58.0. It is still at least 10 times slower than v0.50.1 -- which makes it totally impossible to upgrade past v0.50.1. I am curious...

NWJS Version : 0.52.1 ... 0.60.0 (as downloaded from [https://nwjs.io/downloads/](https://nwjs.io/downloads/) ) Operating System : MacOS Big Suhr and Monteray (and others ?) - The slowdown remains in v0.60.0. It is...

The problem occurs exactly when switching from v0.50.3 (good) to v0.51.0 (bad)

I wish I has an idea where to start! With the 0.51.0 version the dev summary graph shows 99.9% "scripting", and no "idle" With the 0.50.3 version I get about...

I have now managed to make a micro-version that displays the problem. [https://github.com/pragma-git/issue7715.git](https://github.com/pragma-git/issue7715.git) (Tag = version2) Instructions how to run are in the comments in the file `frameless_window.js`. You need...

Wow, getting closer. Now I have come down to exec a child process being the culprit. All timers, and function calls removed. I don't think it can become more clear...

More information : Profiling with 0.50.3 to the left, and 0.51.0 to the right. If I understand it the node versions should be the same, which is a bit curious....

Did I give you sufficient information to work on this issue?

Some timing information for version (51.0 and 50.3), running with debug flag `/Applications/nwjs_v0.51.0.app/Contents/MacOS/nwjs --enable-logging=stderr --v=2 .` and `/Applications/nwjs_v0.50.3.app/Contents/MacOS/nwjs --enable-logging=stderr --v=2 .` The javascript simply prints time-output before and after the...