Skip to content

feat(history): query optimizations#148

Open
kbond wants to merge 2 commits into
zenstruck:1.xfrom
kbond:optimize
Open

feat(history): query optimizations#148
kbond wants to merge 2 commits into
zenstruck:1.xfrom
kbond:optimize

Conversation

@kbond

@kbond kbond commented May 10, 2025

Copy link
Copy Markdown
Member

Ref: #137

  • disable output walkers

public function filter(Specification $specification): Collection
{
return new EntityResult($this->queryBuilderFor($specification));
return (new EntityResult($this->queryBuilderFor($specification)))

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bendavies Do I need to disable output walkers in the other methods?

@bendavies bendavies Jun 30, 2025

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants