Comment on How I test site speed changes using Chrome's local overrides (2021)Comments−raman1623yI love using chrome overrides to test if a front-end bug is fixed on production data! The feedback is immediate and I feel more confident with a PR.It works well for me since I'm not allowed to export the production data onto my machine or testing environments for HIPPA reasons.This is way better than reviewing an exception from obfuscated javascript (without sourcemaps) and trying to figure out where it occurred.
Comments
I love using chrome overrides to test if a front-end bug is fixed on production data! The feedback is immediate and I feel more confident with a PR.
It works well for me since I'm not allowed to export the production data onto my machine or testing environments for HIPPA reasons.
This is way better than reviewing an exception from obfuscated javascript (without sourcemaps) and trying to figure out where it occurred.