speed up generating source code and loading between apps in dev?

anybody feels like small lag when opening applications in development it takes like few seconds, and also when generating the source code… i would love to see it faster, any idea?

I think the speed is just fine when generating the source. On average the just a basic form is about 38,000 lines of code and it only takes a couple of seconds to do this. You have to be realistic about this. If you are using C#, VB, or some other language and are compiling your changes it takes much much much longer to do so.

Dr. Tim

I agree Dr Tim it is quite reasonable and acceptable, considering all the encoding/zend stuff and is all on web browser
However, wanted to know what controls that, for example sometimes i do routine process that could take less if that is faster… so is it memory of cpu speed or anything else in the PC!?

Speed is controlled by several factors, Operating System, Memory, Hard Disk Drive, CPU Speed, Browser, Browser windows open, Antivirus, as well any other applications running on the system at the same time you are generating. Linux will be the best choice of operating system because it just does not have all the junk that windows has as overhead. As far as the zend stuff should not affect the speed to the naked eye it is very optimized, I would look at othe other factors I have mentioned if you are looking for more speed.

Dr. Tim

ok then doesn’t worth it to digg into that. thanks Dr Tim

By the way, anybody noticed major change in latest version 8.1.32 other than the added functions, i noticed some more speed in generating applications, feel it like a bit more stable or/and the icons in the IDE are changed and look more robust, don’t know, i just updated my version now, hopefully is not the beer effect :smiley:

Yes, I did notice as well I added this to the (NEWS) section on 03/28, I agree with you totally!

Great job Netmake, this is one of the cleanest updates you have made so far. The new infinite scroll feature is great and works well. Thank you for fixing the grid issues as well. We look forward to more upgrades / fixes in the future.

Keep up the good work!

well, I just noticed first issue, trying to check whats wrong, detail option doesn’t work in my grid! doesn’t give the detail page, no response at all. also i have a field as html image which is actually a link to different application it doesn’t response, i stopped the infinite scroll thing and stay the same… do you have this?

SSD harddrive, and fly

I have SSD Giu i7 16GB ram forget it

now i have the grid doesn’t open the detail and doesn’t open html image link, just no response, i noticed that because my grid starts with charts… otherwise, it works

do you think is bug?

Just throwing ideas. I don’t have SSD. For me speed is ok, but on some customers with SSD I see it almost instant generation.

Speed on generation is related to database connection too.
Are you under PHP 5.6? Has about a 25% improvement on performance compared to PHP 5.4

I just wonder about the speed when you try the SC online demo. The generation of the apps is lightning fast. My apps have a generation average time of about 6 seconds per app and I have one big form that always needs 23 sec, to generate the code.
Debian Linux, PHP 5.6, 2 GB RAM, Core Duo, running as VM on a QNAP

One of the major issues with speed is when you connect to a database containing loads of tables and fields. If needed limit these by setting a filter on your connection preventing to load tables that are not used. For some reason scriptcase needs a full repository list on each create. The larger the amount of tables, the slower it gets…

Yes under 5.6

One of the major issues with speed is when you connect to a database containing loads of tables and fields. If needed limit these by setting a filter on your connection preventing to load tables that are not used. For some reason scriptcase needs a full repository list on each create. The larger the amount of tables, the slower it gets…

Agree