redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

Reduce client logger overhead #960

Closed gigabo closed 6 years ago

gigabo commented 6 years ago

Small client-side performance improvement for sites that log a lot.

Added a benchmark to measure the impact.

Before:

info no transports      0.0030393327980000003
info noop transport     0.007346843629917184
time no transports      0.004063845286219832
time noop transport     0.008934361976376487

After:

info no transports      0.00004931556964542886
info noop transport     0.001289028179448941
time no transports      0.00010602540850444264
time noop transport     0.0011963334522868431