Deep copy or shallow copy?

What rupert said. I’ve also done it by adding console.time('render') and console.timeEnd('render') at carefully chosen spots in the compiled JS… For example around this block:

Or this block:

2 Likes