Jon
Jon
The site I've got is disproportionately low-traffic compared to the number of entries, so each hit to a new page is going to be waiting longer than I'd like. I...
I'm using a queue with a 5-second wait between jobs, it helps but doesn't work perfectly. There are CPU spikes when hitting uncached pages by the browser, so I'm guessing...
@jackmcdade @jasonvarga I think an elegant solution could be to extend the `cache:warm` to feature something like `--secret` and have it use the [laravel maintenance mode secret key](https://laravel.com/docs/10.x/configuration#bypassing-maintenance-mode) This would...
Sadly not, the command just generates 503 errors
@pagesailor Could you post a reproduction link please on sites like [jsFiddle](https://jsfiddle.net/) or [Codepen](https://codepen.io/)), helps diagnose the issue
@foobear Could you describe why you need the element to be unfocusable?
You could cut out the JS and do it straight in the `focusableNodes` option, `querySelector` and `focusableNodes` both take a css selector list it seems. `a:not([tabindex="-1"])` Maybe a [stretched link](https://codepen.io/dasdaksjdal/full/ZEpRGOd)...
@robdekort Do you have any conditions anywhere? That is what seems to be messing mine up, but only for groups.
Group fieldtypes (and possibly other fields that produce the same data structure, but I didn't test them)