phoenixframework / phoenix_html

Building blocks for working with HTML in Phoenix
MIT License
403 stars 220 forks source link

Inserting into DB from form hangs server for multiple seconds #421

Closed ghost closed 1 year ago

ghost commented 1 year ago

Starting with version 3.3.0

josevalim commented 1 year ago

Please provide a mechanism to reproduce the issue. I use the same version and I haven’t seen any issues.

ghost commented 1 year ago

It seems to happen when I use push_redirect after create. When I switch to redirect it is fine.

https://user-images.githubusercontent.com/7034305/236567958-dc037d19-ef53-4823-8d69-7bb33ef4ec92.mov

josevalim commented 1 year ago

We still need a way to reproduce it, thanks. Also check your browser console for hints.

ghost commented 1 year ago

I will try more to reproduce it before opening an issue next time. Thank you :)