C
CompRes™ Engine
Perceptual Decoupling for Distributed Ad Networks. CompRes™ is our proprietary bandwidth-optimization layer that ensures ad delivery remains fluid even on congested 3G/EDGE networks across Sub-Saharan Africa.
Protocol-Level Compression
Unlike standard gzip or brotli, CompRes™ analyzes visual density and strips non-essential metadata before transmission, reducing asset size by up to 95%.
>> Payload saved: 482.4 KB (94.2%)
Edge Decoupling
Assets are reconstituted at the client-side SDK, ensuring that even if the connection drops mid-transfer, the visual integrity of the ad is maintained.
Technical Implementation
Developers can verify optimization status via the `compres_optimized` flag in the candidate payload. Our SDK handles the decompression handshake automatically.
if ad.is_compres_active():
print(f"Saved {ad.bandwidth_saved}KB")
print(f"Saved {ad.bandwidth_saved}KB")