EMG
|
| Posted: 06/27/2002, 6:57 AM |
|
I've read the previous postings for slow CCS grids etc. Is such slowness inherent to the CCS framework? Will the next CCS version be faster? Any new news anyone? Develop ease is awesome but the finished page loads terribly slow...
|
|
|
 |
Chris
|
| Posted: 06/27/2002, 4:08 PM |
|
This is common problem of OOP (object oriented programming). Small applications work slower and are much bigger. But when it comes to more complex applications CCS code isn't that slow comparing to classic programming, it more reliable and maintainable though.
Next releases will surely optimize the performance, but will make the object model more useful too. Few concepts as caching are already include to increase performance. It is the matter of scripting technologies too, high performance objects handling is planned for PHP 5.0 for instance, now it's really slow, due to PHP constraints.
|
|
|
 |
donb
|
| Posted: 06/28/2002, 7:02 AM |
|
This has NOT been my experience, working on a "lowly" 500 mHz laptop with 128MB memory. The only situation where slowness occurred is where I did "dumb" things like requesting a very large number of rows from the database. This was particularly an issue when the "search" form (of a combined search/grid page) included a dropdown listbox driven by a View (SQL Server).
In what ways (specifically) are you having poor performance?
By the way, I'm working with ASP exclusively. Perhaps it depends on the language?
|
|
|
 |
EMG
|
| Posted: 06/28/2002, 8:25 AM |
|
Well, I restarted IIS and things really sped up ?!? I also turn apache on and things were faster (I'm using php). I think I need to reboot my computer more often.
|
|
|
 |
|