Pixboost
  • Overview
  • Quickstart
  • Tools and Setup
    • Source Images
      • Adding Source Image Domain
      • Adding HTTP Image Source
      • Adding AWS S3 Bucket Image Source
    • Managing API Keys
    • Managing Users
    • Snippet Generator
    • Custom Domain Name
    • Cache Invalidation
    • HTTP/2 Support
    • HTTP/3 Support
  • API. URL-based integration
    • Resize
    • Fit
    • Optimise
    • As is
  • Using with React
  • Shopify Integration
  • Automated Workflows
    • Cache Invalidation
    • Warmup
    • API Secrets
  • Performance Testing
  • Open Source Version
Powered by GitBook
On this page

Was this helpful?

  1. Tools and Setup

HTTP/2 Support

PreviousCache InvalidationNextHTTP/3 Support

Last updated 2 years ago

Was this helpful?

Pixboost automatically supports HTTP/2 protocol. If the protocol, we deliver it accordingly.

HTTP/2 was created to improve efficiency of the existed HTTP protocol by including several features:

  • it is binary, instead of textual

  • is fully multiplexed, instead of ordered and blocking

  • can therefore use one connection for parallelism

  • uses header compression to reduce overhead

  • allows servers to “push” responses proactively into client caches

This all makes it easier to deliver fast and efficient website. More on HTTP/2 protocol please read it's .

browser supports HTTP/2
official page