phaider
Posts: 37
|
| Posted: 11/18/2004, 2:30 PM |
|
Hello Forum,
i am working with CCS since 1 1/2 years and i am happy with it.
But i big projects, the application run's very, very slow.
For example, i have a html file with approx. 50kb and 280kb asp code; if i want to insert a button, it take's about 15 seconds - not really an impressive value (
Most action takes so long; in this situation i am not in the position to tell my customer any dates, because all work take me a lot of time.
My Hardware: P3 / 1Ghz, 512 kb Ram, Win2k Prof SP4, Aluria Spyware Eliminator and AV Antivirus software, both disabled.
Free memory about 100Mb while running CCS, CCS itself uses about 200Mb ram.
Do you have any suggestions or tipps for me.
Best regards
Peter
|
 |
 |
peterr
Posts: 5971
|
| Posted: 11/18/2004, 2:54 PM |
|
Hi,
The ASP or HTML code size doesn't play a role here, however indeed a lot of controls on an HTML page can result in slow performance during the design. Thus if you have a lot of listboxes, textboxes, buttons and other controls on a page, then it can be slow. Keep in mind that such page can also be slow and problematic for the users who view it in their Web browser. Thus my first recommendation would be to try to minimize the number of controls on a page, possibly by splitting 1 page into 2 or 3 separate steps.
However in your current situation the best fix may be to move some of the sections of your page into includable pages. For example move each of your forms into a separate includable page, then include each of those forms/pages into the main page.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|