Dan Pegg

Results 14 comments of Dan Pegg

As an extension to this, what are your thoughts on a cross request value cache? I understand the there's probably issues with the screenshot'd POC (invalidation logic, loads of cache...

Interesting, I'll have a think :) Sent an email through now

Happy for this to be reviewed now, let me know if you want anything changing.

Some words on the changes I've made, let me know if you think any of this looks wrong: - GraphQL tests - Switch to `withSomeOfArgs` and remove entry expectation, as...

Hey 👋 Don't suppose there's anything I can do to help push this along? This is contributing to some serious performance issues in a couple production sites atm, which is...

I'd need to have a test, but I believe you're right. If I'm also understanding the issue correctly, I guess we could make sure the Stache blink is empty when...

Hey @jasonvarga, @Zakini has suggested using the `Queue::before()` method [here](https://laravel.com/docs/8.x/queues#job-events) in one of the service providers (probably Stache) to clear the blink cache before each `JobProcessing` event, which should ensure...

I can confirm using `Queue::before()` with `Blink::flush()` resolves this issue locally!

Attached a video below. But in words: - Created a standard statamic install using `composer create-project --prefer-dist statamic/statamic statamic-test`, and applied this PR to it. - Set the queue driver...