Skip to content

Added reverb to default vendor cache keys #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2024

Conversation

phlawlessDevelopment
Copy link
Contributor

When running Pulse + Reverb , the cache card shows a large number of cache misses with the key "laravel:reverb:restart".

Screenshot from 2024-05-02 19-52-54

After a few hours of digging, I found the defaultVendorCacheKeys has a line for filtering out pulses own cache interactions (with a similar key structure), so I've created a new one for reverb.

The benefit of this change for users would be it should save them some database overhead not recording a lot of internal reverb cache interactions.

This is all under the assumption that this cache miss isn't important, maybe we actually do want to know about this... let me know :).

@taylorotwell taylorotwell merged commit 24c71bf into laravel:1.x May 3, 2024
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