vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Improve performance by caching urlparse

Open ADR-007 opened this issue 3 years ago • 1 comments

urlparse took most of the time in my tests. So, those simple changes speed up tests several times in my case.

ADR-007 avatar Sep 15 '22 21:09 ADR-007

@kevin1024 I noticed it's a change that comes back often, it was already requested in https://github.com/kevin1024/vcrpy/pull/609. Let's get it merged?

deronnax avatar Sep 12 '23 08:09 deronnax