How does unused selectors of CSS affect a webpage?
Posted: 11 February 2010 02:24 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2010-02-09

Hi..
Suppose there are 10 CSS in the coding of a webpage. Now 5 of them have many unused selectors. How does this affect my webpage? Will it decrease performance? Will it impact security? What is the impact of keeping unused selectors within CSS on a page?

Profile
 
 
Posted: 15 March 2010 04:56 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  12
Joined  2010-01-05

Marginal if any affect. If anything the page would have a practically undetectable longer load time - as the size of the style sheet would be slightly larger. The biggest advantage to keeping your stylesheets optimized is for convenience when editing them or troubleshooting.
The Pimps | Pimp Myspace

Profile
 
 
Posted: 16 March 2010 10:38 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  1
Joined  2010-03-16

hello everyone….....newbie here…......

Profile
 
 
Posted: 24 April 2010 09:43 PM   [ Ignore ]   [ # 3 ]
Sr. Member
RankRankRankRank
Total Posts:  139
Joined  2010-04-23

You will not see any noticeable delay. The only issue would be tracking down the correct CSS style that is being displayed.
_______________
sudoku - socialpuppies

Profile
 
 
Posted: 27 April 2010 08:12 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  1
Joined  2010-04-27
chrisssteeven - 11 February 2010 02:24 PM

Hi..
Suppose there are 10 CSS in the coding of a webpage. Now 5 of them have many unused selectors. How does this affect my webpage? Will it decrease performance? Will it impact security? What is the impact of keeping unused selectors within CSS on a page?

I think it will be much impact ... as far as i know almost all the other css css link.so if one does not work then another code will be affected

CMIIW

Profile
 
 
Posted: 13 October 2010 09:38 PM   [ Ignore ]   [ # 5 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2010-10-06

this doesnt affect your site, cause the boots recognize the css files separetely… So dont worry, go on..

Profile
 
 
Posted: 08 December 2010 09:54 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  2
Joined  2010-12-08

thanks.

Profile
 
 
Posted: 08 December 2010 09:58 AM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  2
Joined  2010-12-08

I think it will not cause so much of problems to any web page; thanks from Penny Stocks

Profile
 
 
Posted: 12 December 2010 02:41 AM   [ Ignore ]   [ # 8 ]
Sr. Member
RankRankRankRank
Total Posts:  139
Joined  2010-04-23

Not an issue but you may have CSS conflicts.
____________________________________________
Sudoku - Flash Games  - Dodge the Boxes

Profile
 
 
Posted: 15 December 2010 12:18 AM   [ Ignore ]   [ # 9 ]
Jr. Member
RankRank
Total Posts:  42
Joined  2010-12-14
chrisssteeven - 11 February 2010 02:24 PM

Hi..
Suppose there are 10 CSS in the coding of a webpage. Now 5 of them have many unused selectors. How does this affect my webpage? Will it decrease performance? Will it impact security? What is the impact of keeping unused selectors within CSS on a page?

use page speed plugin with firebug.You will see exactly what is needed to be fixed and even it will give you the code you can use.

Profile