-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
I'm playing with latest Opa - version 1.2.0 -- build 4463 and I was surprised by very heavy communication between client and server - I monitored requests in Chrome and Firefox dev tools.
Example - using sample birdy app ( but same behaviour I experienced in my test application):
Registration form:
- switch focus from one input to another : 29 POST requests
- submit (all fields empty) 110 POST requests
- submit (correctly filled) 128 POST requests
Is this behaviour normal? I specially checked this in reference app, to be sure it's not issue in my code.
How such approach can scale?
Metadata
Metadata
Assignees
Labels
No labels