Bonjour
Beaucoup d'entre vous ont certainement déjà utilisé "Google Page Speed".
Au niveau de la rubrique "Use efficient CSS selectors" j'ai constaté que j'avais pas mal "d'inefficient rules" dont en voici un extrait. Comment interpréteriez vous ces résultats? Ya t il des correctifs utiles à apporter à cette css?
D'avance merci,
Eurz
Modifié par eurz (07 Jul 2009 - 10:03)
Beaucoup d'entre vous ont certainement déjà utilisé "Google Page Speed".
Au niveau de la rubrique "Use efficient CSS selectors" j'ai constaté que j'avais pas mal "d'inefficient rules" dont en voici un extrait. Comment interpréteriez vous ces résultats? Ya t il des correctifs utiles à apporter à cette css?
Very inefficient rules (good to fix on any page):
* #newsHome li p.quote span Tag key with 3 descendant selectors and Class overly qualified with tag
* #newsHome li div.thumbs a Tag key with 3 descendant selectors and Class overly qualified with tag
* #right li a:hover Tag key with 2 descendant selectors and hover pseudo selector
* td.nav p a Tag key with 2 descendant selectors and Class overly qualified with tag
* ul#navTop li span Tag key with 2 descendant selectors and ID overly qualified with tag
* ul#navTop a:hover Tag key with descendant selector and hover pseudo selector and ID overly qualified with tag
* .tablo tr.champs th Tag key with 2 descendant selectors and Class overly qualified with tag
* .btnNominateNow a:hover span Tag key with 2 descendant selectors and hover pseudo selector
* .btnOrderNow a:hover span Tag key with 2 descendant selectors and hover pseudo selector
* .btnRegisterNow a:hover span Tag key with 2 descendant selectors and hover pseudo selector
* .btn a:hover span Tag key with 2 descendant selectors and hover pseudo selector
* .time-line tr.emphas td Tag key with 2 descendant selectors and Class overly qualified with tag
* #formSearch span.select select Tag key with 2 descendant selectors and Class overly qualified with tag
* div#international tr.line1 td Tag key with 2 descendant selectors and ID overly qualified with tag and Class overly qualified with tag
* ul.listItems li a Tag key with 2 descendant selectors and Class overly qualified with tag
* .news2 p.viewArchives img Tag key with 2 descendant selectors and Class overly qualified with tag
* .model tr.line_top td Tag key with 2 descendant selectors and Class overly qualified with tag
* .model tr.line_bot td Tag key with 2 descendant selectors and Class overly qualified with tag
* .themes tr.line td Tag key with 2 descendant selectors and Class overly qualified with tag
* table.file td img Tag key with 2 descendant selectors and Class overly qualified with tag
* .sitemap p.emphas a Tag key with 2 descendant selectors and Class overly qualified with tag
Inefficient rules (good to fix on interactive pages):
* #newsHome li div Tag key with 2 descendant selectors
* #newsHome li h2 Tag key with 2 descendant selectors
* #newsHome li img Tag key with 2 descendant selectors
* #newsHome li p Tag key with 2 descendant selectors
* #newsHome li a Tag key with 2 descendant selectors
* #right #fiveIcons img Tag key with 2 descendant selectors
* #right li a Tag key with 2 descendant selectors
* #navl1 a:hover Tag key with descendant selector and hover pseudo selector
* .nav1 a:hover Tag key with descendant selector and hover pseudo selector
* #navLeft p a Tag key with 2 descendant selectors
* #navLeft li a Tag key with 2 descendant selectors
* td.nav p Tag key with descendant selector and Class overly qualified with tag
* td.nav h4 Tag key with descendant selector and Class overly qualified with tag
* table.navAwards td Tag key with descendant selector and Class overly qualified with tag
* table.navAwards td Tag key with descendant selector and Class overly qualified with tag
* td.nav p Tag key with descendant selector and Class overly qualified with tag
* ul#navTop li Tag key with descendant selector and ID overly qualified with tag
* ul#navTop a Tag key with descendant selector and ID overly qualified with tag
* p.quote span Tag key with descendant selector and Class overly qualified with tag
* p.download img Tag key with descendant selector and Class overly qualified with tag
* #sortBox .orderBy a Tag key with 2 descendant selectors
* #sortBox .displayBy a Tag key with 2 descendant selectors
* #sortBox .orderBy a Tag key with 2 descendant selectors
* #sortBox .orderBy span Tag key with 2 descendant selectors
* #sortBox .displayBy a Tag key with 2 descendant selectors
* #sortBox .displayBy span Tag key with 2 descendant selectors
D'avance merci,
Eurz
Modifié par eurz (07 Jul 2009 - 10:03)