perf(snapshot): avoid costly generation of <a> element on each call to `getHref`, instead cache an anchor element and reuse it's href attributed --------- Co-authored-by: Eoghan Murray <eoghan@getthere.ie>
11 lines
211 B
Markdown
11 lines
211 B
Markdown
---
|
|
'rrweb-snapshot': patch
|
|
---
|
|
|
|
Avoid recreating the same element every time, instead, we cache and we just update the element.
|
|
|
|
Before: 779k ops/s
|
|
After: 860k ops/s
|
|
|
|
Benchmark: https://jsbench.me/ktlqztuf95/1
|