angularjs - Anonymous JQuery parse request in network debugger -
would check if knows problem or causing have multiple parse request executed jquery when form of action being executed in every page? annoying because slows down website's performance.
note using jquery 2.1.4
angularjs 1.3.15
in laravel 5
framework behind nginx
after analyzing request header, realized request made skype's "click call" function
/skypectoc/v1/pnr/parse
it's called skype plugin (installed on chrome) thats why see xhr call in google chrome.
simply disable function or uninstall if not used.
Comments
Post a Comment