jquery - p:ajax taking a lot of time -


i using empty p:ajax in p:selectonemenu , time taken send request , first response server approximately 1.02 secs. why taking time. 1 sec. empty ajax call much. following code :

<p:selectonemenu id = "myid"                  value = "#{mybean.myattr}"                  styleclass = "myclass"                  disabled = "#{mybean.isdisalbed}">     <p:ajax /> </p:selectonemenu> 

attached image of time consumed on changing value in drop down.

network response on option change.

enter image description here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -