Hello stackoverflow users,
I have a jquery to open a modal and the code is as follow
$(\".openVarifiedModal\").click(function(){
var otpFor = $(this
in firefox , use firebug (F12) and Network tab to monitor duration of each transaction with server.
maybe it's because of some other resources...
a screenshot of firebug Netwrokr tab help to answer better than this.
updated...
maybe it's because of GET type of your ajax. You call POST method in php part but use GET in ajax!
updated...
please send your php codes to test locally...