Skip to content

API docs caching fails when using DB cache driver #4453

Description

@ssddanbrown

Due to string length of docs content being about 74k, where TEXT field limit is 65k.
Laravel now uses MediumText, could do the same.
Alternatively, gzipping content goes to <12k, but would change requirements.
Otherwise, could use alternate storage option.

Probably worth perf checking the actual value of caching here though, might be redundant.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions