I am using empty p:ajax
in p:selectOneMenu
and the time taken to send the request and the first response from server is approximately 1.02 secs. Why is It taking this much time. 1 sec. for empty ajax call is too much.
Following is my code :
<p:selectOneMenu id = "myId"
value = "#{myBean.myAttr}"
styleClass = "myClass"
disabled = "#{myBean.isDisalbed}">
<p:ajax />
</p:selectOneMenu>
Attached is the image of the time consumed on changing a value in drop down.
Network Response on option change.