I am having an issue where the first load of my site is super slow. So I did some digging and it looks like my site is trying to load this: <script type="text/javascript" src="http://www.xxxxxxx.com/media/js/jquery.code.js?ver=3.8.1"></script> Code (markup): which doesn't exist. Where can I what file is calling this so I can remove the line of code that calls it? I should add that I use wordpress as well... Thanks
I did a search of the database and it doesn't find it... If I turn on activity in safari it gives me an error that it is calling that particular file, but it can't find it. The file is definitely not there, but for the life of me I can't find where this script is being called from...
You could possibly been hacked and it could be some encoded JavaScript. It's something that happens quite a lot with WordPress sites that don't have strong admin username and passwords. If it doesn't exist in the template then it's either in the database or it's been added to one of the core WordPress files.