eoncode
eoncode
FFilament
Created by eoncode on 8/15/2023 in #❓┊help
Stats widget not properly aligned on v3
hi, anyone, please?
4 replies
FFilament
Created by eoncode on 7/19/2023 in #❓┊help
Running Bulk Action with 'Select All' times out or runs out of memory
this looks like what I need
15 replies
FFilament
Created by eoncode on 7/19/2023 in #❓┊help
Running Bulk Action with 'Select All' times out or runs out of memory
@pboivin awesome. thanks 👍
15 replies
FFilament
Created by eoncode on 7/19/2023 in #❓┊help
Running Bulk Action with 'Select All' times out or runs out of memory
You should look how to optimise it
Exactly. I'm looking into filament code for where it executes bulk action to see where I might be able to tweak, if you could point me there. Essentially, filament is loading all the 42k rows into memory before executing the action which is not good for obvious reasons. Right now I've set memory limit in php.ini at 1.5gb
15 replies
FFilament
Created by eoncode on 7/19/2023 in #❓┊help
Running Bulk Action with 'Select All' times out or runs out of memory
For our UserResource, we have a bulk action that admin can use to send emails to selected users. There are almost 42k users on the system and we have the timeout error when all users are selected and the bulk action is submitted
15 replies