We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems the library decodes httpResponseBody from base64 multiple times:
scrapy-zyte-api/scrapy_zyte_api/responses.py
Line 197 in 1269ebb
Line 127 in 1269ebb
Line 154 in 1269ebb
This looks like a potentially costly operation; it'd be great to optimize it, so that the decoding only happens once.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems the library decodes httpResponseBody from base64 multiple times:
scrapy-zyte-api/scrapy_zyte_api/responses.py
Line 197 in 1269ebb
scrapy-zyte-api/scrapy_zyte_api/responses.py
Line 127 in 1269ebb
scrapy-zyte-api/scrapy_zyte_api/responses.py
Line 154 in 1269ebb
This looks like a potentially costly operation; it'd be great to optimize it, so that the decoding only happens once.
The text was updated successfully, but these errors were encountered: