Closed
Bug 1053518
Opened 11 years ago
Closed 11 years ago
Speed up parsing of the WSDL by storing a pickle
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andy+bugzilla, Unassigned)
Details
The new ReadOnlyCache reads WSDL files from disk and skips making a pickle of the data. This means each time the file is parsed. That's not as a fast as a pickle.
Something like this will pickle the file and on subsequent reads do that.
https://gist.github.com/andymckay/bbe8b8bccc889f46e107
Time taken to read the WSDL using a pickle (second pass): 0.00112009048462
Time taken to read the WSDL without: 0.138
| Reporter | ||
Updated•11 years ago
|
Priority: -- → P4
| Reporter | ||
Comment 1•11 years ago
|
||
This really hasn't been a problem, I don't think we'll be fixing this any time soon.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•