https://cigarleisure.com 404
|
11-09-2017, 05:58 AM
Post: #1
|
|||
|
|||
https://cigarleisure.com 404
Trying to trace what is calling https://app.cigarleisure.com/focus/2.js
Any suggestions other than inactivating plugins one by one? The referrer info here doesn't seem to help. https://www.webpagetest.org/result/17110...view_step1 |
|||
11-09-2017, 07:18 AM
Post: #2
|
|||
|
|||
RE: https://cigarleisure.com 404
There is some js at the end of the html:
<script src="//app.cigarleisure.com/focus/2.js" type="text/javascript" charset="utf-8" async="async"></script> If it's not part of your template code it is being injected by a plugin and there's not going to be a good way to tell from the outside. |
|||
11-09-2017, 08:03 AM
Post: #3
|
|||
|
|||
RE: https://cigarleisure.com 404
Thanks-always go for the easy one first. I looked through all the plugin assets-not there but it was in footer.php where I didn't expect it.
Looks like some one botched adding some Facebook tracking. |
|||
11-16-2017, 03:07 AM
Post: #4
|
|||
|
|||
RE: https://cigarleisure.com 404
The easy way to determine this is ssh + on the command line.
cd DocumentRoot find . -type f -exec egrep 2.js {} \; This will give you the answer in a few seconds. If you can't do this, open a ticket with your hosting company. Like help speeding up your site? Skype me @ ID davidfavor for a quote. Be sure to include your site name in your Skype Add Contact request. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)