GreenIT | V2 | V3 | V4 |
---|---|---|---|
13 | 27 | 24 |
Life cycle | Tiers | Responsible |
---|---|---|
3. Implementation | Network | Software Architect/Developer |
Priority | Implementation difficulty | Ecological impact |
---|---|---|
3 | 3 | 2 |
Saved resources |
---|
Processor |
Use selectors based on IDs or classes as they will be filtered more quickly, thus saving CPU cycles on the associated device.
Do not write :
treeitem[mailfolder="true"] > treerow > treecell {…}
instead write :
.treecell-mailfolder {…}
Do not write :
treehead > treerow > treecell {…}
instead write :
.treecell-header {…}
The number of ... | is equal to or less than |
---|---|
CSS selectors that do not use IDs, classes, or attributes | 0 |