vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Call urlparse less frequently

Open mbrunthaler opened this issue 4 years ago • 0 comments
trafficstars

Currently, urlparse is invoked for all properties of uri in vcr.request.Request which has an impact on performance especially with lengthy cassettes. I've changed this to use a property such that urlparse is only invoked when uri is changed.

mbrunthaler avatar Sep 30 '21 11:09 mbrunthaler