Oddman
Oddman
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
No. hehe
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
I'm not, I'm simply stating it shouldn't be so slow without it enabled. I'd rather fix the issue before enabling it (also, it's already enabled on production, and it's still dog slow).
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
That'll be the last thing I do. It shouldn't be this slow without it.
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
The latter question - not that I'm aware of. I'll do some more digging.
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
I do not.
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
Regarding the cache, what's that for? Ps. You could use Arr::set($this->componentCache, 'key', 'value') to avoid the conditional use there 🙂
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
I've debugged all the queries, there's no + 1 problem or anything like that, the time is being spent in PHP. It's on every page practically. When you say profiling, @Auth1Specialist what specifically are you referring to? Something like xdebug?
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
It is not.
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
Both production and local have the same problem.
30 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
Having it enabled/disabled makes zero difference.
30 replies
FFilament
Created by jimarick on 1/5/2024 in #❓┊help
Select field - Multiple & Search
Huh?
6 replies
FFilament
Created by jimarick on 1/5/2024 in #❓┊help
Select field - Multiple & Search
I also have the issue whereby the selected option is being replaced.
6 replies
FFilament
Created by jimarick on 1/5/2024 in #❓┊help
Select field - Multiple & Search
I'm having this exact problem - did you end up solving it?
6 replies
FFilament
Created by Oddman on 11/7/2023 in #❓┊help
Datepicker timezones - I don't get this
No
11 replies
FFilament
Created by Gediminas on 2/19/2024 in #❓┊help
Sticky form buttons
Yeah this doesn't seem to work all that well, maybe that's why it's not documented? I see it sticky at the top, but soon as I scroll down it disappears.
13 replies
FFilament
Created by Oddman on 2/21/2024 in #❓┊help
When logged out and accessing a panel, it's sending me to the site's main login
OMG, found it. hahaha. That was easy. Just need to add: ->login() to your panel provider configuration 😄
4 replies
FFilament
Created by Oddman on 12/27/2023 in #❓┊help
How do you handle models with custom route keys?
Yeah I've found a few cases where laravel conventions get in my way. It's rare, however.
5 replies
FFilament
Created by Oddman on 12/27/2023 in #❓┊help
How do you handle models with custom route keys?
Actually, all good - decided to disable the routeKey and instead just handle it manually, as I was going to do that for route model binding anyway.
5 replies
FFilament
Created by Oddman on 11/26/2023 in #❓┊help
Get previous/next record in table?
Figured it out, but it's pretty nasty. Basically I ask the records from the Table injected object, and then loop through to find the right records. as needed
3 replies
FFilament
Created by Jia Yong Lim on 11/27/2023 in #❓┊help
Reset Filter according to getEloquentQuery
Remember to mark the right answer 🙂
12 replies