I’ve a solution with different modules
in one of the modules When I click on save in global.js, saving is very slow (around 15 or 20 second for 12000 lines in the global.js)
Do you have any idea ?
I’ve a solution with different modules
in one of the modules When I click on save in global.js, saving is very slow (around 15 or 20 second for 12000 lines in the global.js)
Do you have any idea ?
Only that script or more?
What OS do you have?
Anything in your console when you save?
12K lines is quite huge… can’t you divide that a bit in modules?
you can make a case where you attach that file so that we can see if we can improve it.
Hi Fabrice,
is it always slow, or is it slow after you used the debugger.
We have a globals js-file which is half the size of yours, but after debugging code it’s very slow as well.
Johan looked into this a couple of weeks ago and he found something that might cause the slow performance after debugging… still waiting for the new release though
Only that script or more?
What OS do you have?
Anything in your console when you save?
Only that script, in Windows Xp or Vista and nothing in the console
can’t you divide that a bit in modules?
I’ll check if i can do that
is it always slow, or is it slow after you used the debugger.
It is always slow
Except the size, what kind of problem can cause slow saving ?
erdione:
Except the size, what kind of problem can cause slow saving ?
Not much its just the parsing of the big file, but that parsing does touch a lot