Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Slow pages serving from SPIFFS #181

@jej

Description

@jej

Hi,
Just an issue to report an error in the doc, I guess... Maybe it will help people facing this problem.
I had a problem of slow page serving from SPIFFS, so I used setCacheControl("max-age:xxx") to avoid some page loading, as specified in the doc. It didn't help much. I noticed that the separator is not : but =, as specified in the linked W3C resource. Now it works well with setCacheControl("max-age=xxx").
I pulled the modification here.
Hope it helps,
J.

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