-
|
Hi I have a problem with unicorn when I type every time I type on the keyboard it sends a request to the server and this makes my application very slow. I need your help with a solution |
Beta Was this translation helpful? Give feedback.
Answered by
adamghill
Oct 29, 2023
Replies: 1 comment
-
|
Have you looked at the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adamghill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you looked at the
lazyordefermodifiers: https://www.django-unicorn.com/docs/templates/#model-modifiers? That might be useful if you don't want to trigger an AJAX call on every key input. Closing this for now, but let me know you run into other problems.