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

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -