josef
Table, Sort, Edit and Add button all responding really slow on the server
If this is not a prod environment, you could use the server timing api mentioned in your screenshots or the debug toolbar to further inspect what is taking so long
22 replies
Filament not pulling from latest_team_id when coming back to the panel that has tenancy.
I'd also advise you to not make the middleware persistent, as ajax requests don't have the tenant in the URL, so it can't be determined. Might also be source of the problem, depending on how you implemented the middleware. Care to share the code?
5 replies
Table, Sort, Edit and Add button all responding really slow on the server
First, check the network tab in your browser to see which request takes long and maybe even why. Might be any number of reasons. Just slow server (other requests taking as long?), database. Best case, use an analyzer solution to inspect what happens in the code and where it takes longer than expected
22 replies
Problem showing array in Infolist using RepeatableEntry
First off, you have to put the schema into a closure. There is a bug that leads to all entries being the first one. Secondly, if syn is an array, you should access to array entries in the TextEntries inside the repeater, no?
17 replies