Recommendation : 9. Implement technical solutions with the lowest impact
Are the fonts used not loaded only for a small number of objects ?
UI
C People
B Planet
B Prosperity
Difficulty
**
Priority
Low
Récurrence
OnUpdate
Tests
Have you created custom fonts to load only used items?
Precisions
Each font is encoded in a file presenting all the associated symbols, which represents a large volume of data exchanged and manipulated. When only a few elements of the policy are used, the ratio of the total volume to the actually useful volume becomes bad and an environmental footprint is generated for no benefit.
Use Case
Source code / CHROME: console
Additional elements
Operational issues related to the project
Rule for assessing the level of compliance of the criterion
Number of fonts analyzed / Number of fonts
Life cycle
Réalisation
20 other criteria related to the recommendation: Implement technical solutions with the lowest impact
UI
Is a clean version available for prints ?
user Experience
Is a CSS alternative available for an animation ?
user Experience
Is the service suitable for different accessibility media formats ?
UI
Are the animations necessary, desired by the user ?
UI
Is the service developed in accordance with RGAA recommendations ?
UI
If printing, is an ink saving font installed ?
UI
Do you limit the number of fonts loaded for the service ?
UI
Are you reducing the number of pictograms used in the service ?
UI
Is a video the only solution for the expected illustration ?
UI
Are videos or animations outside the active area automatically paused / stopped ?
UI
Is it really a user action that triggers the "play" ?
UI
Is the definition of the sound suitable ?
UI
Does the lazy load bring a gain (weight of the page, CPU resource) ?
UI
Is formatting in css preferred, to limit the use of images ?
UI
Are CSS sprites implemented to limit the flow of image fetching ?
UI
Are alternative image formats made available through srcset ?
UI
Do all images have a text alternative ?
UI
Is the definition of the image reduced and adapted to its objective (illustration, contractual, ...) ?
UI
Are image resizing processed upstream and statically (server side) ?
UI
Have the different image formats available been evaluated to select only the most effective ?