umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Umbraco forms can extremely slow to load and save #1177

Closed bielu closed 1 month ago

bielu commented 4 months ago

It is hard to add details to this issue, as it basically same issue as this one: https://github.com/umbraco/Umbraco-CMS/issues/14936 and https://github.com/umbraco/Umbraco-CMS/issues/14842 so it would be worth investigate if maybe same happens in one of umbraco forms services

AndyButland commented 4 months ago

I don't generally see this as a problem when working with forms in the backoffice... they seem to load and save at reasonable speed for what is needed for backoffice operation.

But please could you share what version you are working with, and perhaps export and attach a form to this issue that you are having trouble with? We can try to replicate with your setup and see if we see any issues. Thanks.

bielu commented 4 months ago

Hey, It happens even on fresh form, so I dont think it is an issue related to specific of form, I am debugging this futher so I will update findings in next comment

bielu commented 4 months ago

So I think it is related to some of migrations not running correctly, as I wasn't able to reproduce issue, as we updated our env from v10 to v13, and our table for forms end up with: image where locally looks like this: image so I think what we should investigate why it happened. Upgraded umbraco: 10.7.0 -> 13.2RC Upgrade umbraco forms: 10.5.1->13.0.1

Locally i had fresh db, so all worked correctly 😓

AndyButland commented 1 month ago

Closing this one now as seems to be related to specific issue around migrations not being applied. If we later are able to determine the cause of this more closely we should continue with it in a separate issue.