Skip to content

Optimize page editor's POST requests to avoid post_max_size errors #573

@nurkka

Description

@nurkka

I am using ProcessWire with a lot of fields and also a lot of languages.

As I am getting to the PHP limits in nearly every project, especially max_input_vars, I would like to propose, that ProcessWire's backend should send field values to the server in another way.

Wouldn't it be possible to send all variables in a single JSON-string and decode them on the server side?

That's just an idea, and I know that this won't have any priority, but I wanted to mention it anyway :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions