#V4 much slower than V3

25 messages · Page 1 of 1 (latest)

edgy flameBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

formal arch
#

Not expected at all. v4 should be faster than v3. Is this the only Page where v4 is slower? Or does this happen to all pages?

winged ferry
#

I'm assuming the results are consistent and it's not a one off? As Dennis said, you need to do a comparison across the app and see if this is common or if it only happens on that page

#

Either way, a sample of one is not enough. And I can see there are some differences in the pages (eg the number of queries) so you'd need to see what causes the slowdown

formal arch
#

I can also see, that the used memory multiplied by 3 and that you migrated from L10 to L12.

vagrant frost
formal arch
#

Again:

  • Is this the only Page where v4 is slower?
  • Does this happen to all pages?
vagrant frost
formal arch
#
  • Do you have OpCache enable?
  • Can you try running artisan filament:optimzie?
  • Do you have similar results on a different machine? Maybe Hosting?
#

Can you share that Form?

formal arch
stoic glen
formal arch
#

I need to save this to my snippets 😅

stoic glen
#

Debugging in Laravel Herd can significantly slow down your app 😵
I tried it

formal arch
vagrant frost
vagrant frost
#

In V3, we don't see theses 'jumps' in the timeline when rendering view, even though there are many more view to render.

formal arch
#

Sounds like the data isn't fetched at once, but some components fetch data again 🤔

bronze crest
#

Do you haveany $get() in this form?

vagrant frost
blissful ridge
#

I’m sure I’m wrong but I would start with those 80+ db queries. That seems insane to me.