Open fubuloubu opened 7 months ago
Alchemy supports grip compression for reducing method latency for large requests https://docs.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests
Add it to the header. May need to make a heuristic on expected response size to include this or not
N/A
APE-1732 Use gZip compression
Idea: gzip web3py middleware
Overview
Alchemy supports grip compression for reducing method latency for large requests https://docs.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests
Specification
Add it to the header. May need to make a heuristic on expected response size to include this or not
Dependencies
N/A