cnumr / lighthouse-plugin-ecoindex

This plugin is a wrapper of ecoindex for lighthouse.
https://www.npmjs.com/package/lighthouse-plugin-ecoindex
Other
2 stars 1 forks source link

Page size seems excessive, possible bytes to Kb or Mb issue #4

Closed Mandras closed 5 months ago

Mandras commented 5 months ago

Ecoindex > Technical results > Page size in Megaoctets, your page is too heavy 55.422 Mo

But the page size should be 0.554 Mo

In the JSON output I have: "totalBytes": 554217

This issue happens for each site I test

--

Installed using: npm install -g lighthouse lighthouse-plugin-ecoindex

NPM version: 10.3.0

Node version: 20.5.1

hrenaud commented 5 months ago

Hello @Mandras

I changed to kB, like Lighthouse in version 3.0.2.

I you thinks it's ok, you can close this issue. Or not, can I have the tested URL?

Thanks for your submission.

Renaud

Mandras commented 5 months ago

Hello @hrenaud

Wow it works well

Thank's a lot !