Replies: 2 comments 1 reply
-
First make it work, then make it fast. I wouldn't worry too much until you'll ready to ship the website. That said, installing lxml will make the parsing faster (it's using beautifulsoup by default). It's also possible to make partial dom updates. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there a way to use both AlpineJS for purely UI actions that don't require server interaction(like opening a modal) and Django sockpuppet? Sort of like Liveview does it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, what is a normal reflex rountrip time? Because I don't know what to aim for. I'm currently at 200ms 300ms for a medium sized page. Is that ok? Or should I aim for lower?
Beta Was this translation helpful? Give feedback.
All reactions