lneisius
|
| Posted: 11/24/2002, 6:44 PM |
|
I have been trying CCS for the last few weeks and created a couple of apps with the help of some of the great people on this forum but, after looking into the files created I have to wonder why the common files are so large? Some complete apps are smaller than the common files created by CCS. Is it not the purpose of making a site smaller by using common files? Does it not make the app slower when it has to load common files so large? Please anyone with an opinion or thought on this please respond.
|
|
|
 |
Tom
|
| Posted: 11/26/2002, 10:05 AM |
|
As with any application, if code reuse is approached, you have to take a 'hit' in the size of the project for the common files. But this is a one time hit. As your project grows, this fixed cost doesn't grow.
Sure you can create a more compact project by just coding in the functions you need but I don't think that the overall performance has been affected by my projects using CCS. Remember that the loading of these common files is on the server and not the client. The client only gets the generated HTML output and if you custom coded an app, the client sees the same amount of bits transferred.
|
|
|
 |
lneisius
|
| Posted: 11/26/2002, 2:02 PM |
|
Tom
Thanks for the input! As I am new to asp and programming in general as dedicated to web development and never thought of the issues you stated. Thank you.
|
|
|
 |
|