khalilov 0 Report post Posted September 8, 2008 Iam using a CSS file of 23+KB size, thats cuz i am not using tables XD, i am gona work on that and replace everything with tablesbut i still have alot of things to work on my sight. My question, will this cause any performance issues when people view my sight? Share this post Link to post Share on other sites
Jeigh1405241495 0 Report post Posted September 8, 2008 I can't imagine it... if you had one that was 100's of kilobytes then on slower connections there may be a performance hit simply downloading the file but I mean other then maybe an extra second to download the css file I cant see why it would cause a performance hit. 23kb of data isn't enough to cause modern computers to use any noticeable time to scan/parse/etc them. I could be wrong but IMO it should be fine. Share this post Link to post Share on other sites
khalilov 0 Report post Posted September 8, 2008 Oh, so it only affects the first time they open the sight. After that it'd be cached, I can manage with it for now i think. Share this post Link to post Share on other sites
Quatrux 4 Report post Posted September 9, 2008 I agree that 23 kb isn't really to much for performance these days, the only thing which can happen is that for the first seconds people will only see the HTML layout and after some seconds when slowly the css file will be downloaded they will see your layout as it has to be and if it isn't dynamic and the headers are right, it will be cached by the browsers..You could use gzip and php to output it, it would be much smaller, but you will use less bandwidth, but more server performance, even though you won't even feel it. Share this post Link to post Share on other sites
wutske 0 Report post Posted September 9, 2008 Iam using a CSS file of 23+KB size, thats cuz i am not using tables XD, i am gona work on that and replace everything with tablesbut i still have alot of things to work on my sight. My question, will this cause any performance issues when people view my sight?Wait, so you are going to replace everything with tables ? Bad boy ! Bâââââd boy ! Tables aren't made for designing pages, but to order data. Share this post Link to post Share on other sites
yordan 10 Report post Posted September 9, 2008 Wait, so you are going to replace everything with tables ? Bad boy ! Bâââââd boy ! Tables aren't made for designing pages, but to order data.Maybe you want to create some kind of forms ? Then, the trick would not be trying to do it with tables, the real goal would be to learn how to create frames or forms with css. Share this post Link to post Share on other sites
Jeigh1405241495 0 Report post Posted September 9, 2008 I assumed he had chosen to stop using CSS in place of tables due to some browsers compatibility issues with css. Share this post Link to post Share on other sites
khalilov 0 Report post Posted September 9, 2008 I use both tables and CSS, i customise the table with CSS. Creating a tag for every table cell isn't good you know , Cuz thats what i have now XD Share this post Link to post Share on other sites