is this why filamentphp v3 is slow?
Over 1,099 views on my user page are resulting in an average load time of 3.2 seconds.:squint:

2 Replies
After enabling OPCache and View Cache, and disabling Volume Cache (since each server maintains its own cache), the results improved from 3.2 to 1.18.
Right now i am facing a similar issue , though it is nothing about loading big data its about responsive ness of the app. I have a notification() to show user somethign went wronge on form submit and it is taking a noticable time to show up ! is it case with you as well and any tips ?