Performance options for v2

hello,

are there options to get a little bit less effects but more speed?

1 Like

Check you don’t use console.log() (and other console methods() in production version.

i mean more real problems like shadow rendering.
found the old options: materialRipple: false, view: { pushState: true, animate: false }

but still laggy on my device

Try to disable box-shadow and check perfomance…

ps in my test app console.log() really make it slow…

yeah the box-shadow makes something but still slow and to be fair it looks really grap then :wink:

i notices that the materialRipple is on “touch”. this option to false help a little bit

Hey , how did you disable box-shadow globally???