italia / pa-website-validator

Tool di validazione per i siti di comuni e scuole
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Usare gatherer di Lighthouse per i <link> #30

Open tensor5 opened 2 years ago

tensor5 commented 2 years ago

Lighthouse ha già un gatherer che restituisce gli elementi link

https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gatherers/link-elements.js

Usato al posto di questo:

https://github.com/italia/pa-website-validator/blob/b11e5b5812f2bbb7171249cd24b632b1a803ca54/audits/municipality/themeVersionCheckAudit.ts#L71

ci farebbe risparmiare un caricamento di pagina.

Giaimo-DTD commented 1 year ago

@tensor5 questa con la nuova meccanica è stata implementata, corretto?