Skip to content

Feature request: exclude pagination parameters from export_url #950

@mattbuff

Description

@mattbuff

Can pagination parameters be excluded from export_url? My rationale is that the presence of pagination parameters does not affect the resulting export, but it does cause cache misses. Excluding them could significantly improve caching performance for expensive exports.

For example, the following URLs produce the same download, but are considered different items by URL-based server-side caching systems.

/?page=2&_export=csv
/?page=5&_export=csv

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