Skip to content

mod_proxy_http2 slower? #296

@gfrankliu

Description

@gfrankliu

Simply changing the Apache proxy configuration from "http://backend" to "h2c://backend", client/browser sees response time jump from 2s to 10s for getting a file about 1.1MB. Rest Apache configuration remains the same. Anything I could do to tune the performance of mod_proxy_http2? I am already using mod-h2 v2.0.29.

I also confirmed it is not a backend issue. curl --http2-prior-knowledge http://backend/largefile.js and curl --http1.1 http://backend/largefile.js have about the same response time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions