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

jquery

after analyzing request header, realized request made skype's "click call" function

skype

/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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -