lzx1996
what are some ways to optimize Apache2.4 and MySQL for filament v3?
As title mentioned, i'm looking for a way to optimize the speed and performance for Filament v3.
The benchmark i have now is on a fresh copy comparison between local (Mac M1, 16GB RAM) vs production (AlmaLinux VPS, 12CPU, 12GB RAM) environment
Production took 100% more time to complete a livewire request than local environment
6 replies
how can i use logo from database for Panel Provider ->brandLogo() function
i have a general settings table in database which store all general informations like site name, contact number, logo and etc.
How can i call the database in PanelProvider.php file to retrieve the logo from the settings table
when i tried to call the Settings::query()...... i get a Connection not found error.
6 replies
table builder unable to filter/paginate if using composite primary key
Hey guys, anyone attempt to use composite primary key (multiple primary keys) with table builder before? Does your filter / pagination works?
My pagination return the correct results (e.g. showing 1 - 2 over 2 results), however the table will list out all of the records instead of the filtered ones only.
4 replies