Noxo
The huge form is too slow
yes these are instances (eloquent). I couldn't figure out what the problem was.
The solution is this: I created a custom page for the resource and added all the fields there. This way I was able to do it without using closure. now it works fast there.
19 replies
The huge form is too slow
it seems that the problem is not in the closure, but in
FieldData::from
(Spatie\LaravelData). when I remove it, everything works fast.
but why then does it work quickly without closure which I showed in the video.. im completely confused 🫤19 replies
The huge form is too slow
I found the problem. It's because I pass the function in which the tabs are built.
When I removed the function, the saving speed became instant.
But now the problem is that I need to somehow get the
$record
variable 😤19 replies
Dynamic form - CheckboxList issue
here is the code to reproduce it. could you try it on your side?
https://gist.github.com/aqjw/98515c86bb9c4c360a73533cb0f27c32#file-form-php
19 replies