dotlottie / player-component

https://dotlottie.io
MIT License
206 stars 28 forks source link

Excessive DOM size on LightHouse #238

Closed Leykwan132 closed 1 year ago

Leykwan132 commented 1 year ago

I was testing my webpage with dotlottie on LightHouse, apparently the result was pointing at the excessive DOM size that might lead to potential longer style calculation.

image

Leykwan132 commented 1 year ago

This is the website that I'm testing on: https://personal-website-inky-eta.vercel.app/

samuelOsborne commented 1 year ago

@Leykwan132 Could you try adding the 'light' prop, this would disable expressions for your animations but could help

theashraf commented 1 year ago

@Leykwan132

You can also set the renderer prop to canvas.

Leykwan132 commented 1 year ago

That did work. Thanks!