Dead Men Walking

Dead Men Walking - Bricks 'n Mortar => Our Server => Topic started by: Gorion on April 13, 2015, 05:41:13 PM

Title: Forum - yui.yahooapis.com
Post by: Gorion on April 13, 2015, 05:41:13 PM
When browsing the forum, sometimes at random intervals I get stuck(8+ seconds) with waiting for yui.yahooapis.com.  Apparently it might be some sort of serverside embedded api/library or whatnot.

Is this some sort of spider, are we aware of it or is it piggybacking?

[ATTACH=CONFIG]3153[/ATTACH]
Title: Forum - yui.yahooapis.com
Post by: TeaLeaf on April 13, 2015, 08:38:57 PM
I've never seen that one.  I'll ask around, off the top of my head I am not  aware of any yahoo apis being used at this end.
Title: Forum - yui.yahooapis.com
Post by: smilodon on April 13, 2015, 09:01:51 PM
I believe it's part of "World of logs"
Title: Forum - yui.yahooapis.com
Post by: TeaLeaf on April 13, 2015, 09:16:26 PM
Quote from: smilodon;397634I believe it's part of "World of logs"

Ah, so it only happens on the home page then.   Although I do not get the lag on the home page either.
Title: Forum - yui.yahooapis.com
Post by: ReddFour on April 13, 2015, 10:38:10 PM
Also home page related - the link to the forum doesn't work in Firefox but works fine in Chrome.
Title: Forum - yui.yahooapis.com
Post by: Gorion on April 13, 2015, 11:25:11 PM
It happened in the forum.  Never use the homepage to be honest.
Title: Forum - yui.yahooapis.com
Post by: TeaLeaf on April 14, 2015, 07:42:58 AM
Quote from: Gorion;397641It happened in the forum.  Never use the homepage to be honest.
The World of Logs widget is only on the home page, that's why I thought this.  Perhaps we have something else on a standard form page using a yahoo api?  

/scratches head and goes to find someone smart enough to figure it out
Title: Forum - yui.yahooapis.com
Post by: Jamoe on April 14, 2015, 08:44:04 AM
A quick look at the network traffic coming from this page I we are hitting http://yui.yahooapis.com/combo?2.9.0/build/yuiloader-dom-event/yuiloader-dom-event.js&2.9.0/build/connection/connection-min.js

Looks like we are using some JS library (http://yui.github.io/yui2/docs/yui_2.9.0_full/yuiloader/)

it's in the html source as the first piece of JS that we pull in.

[COLOR=#303942][FONT=dejavu sans mono]<script type=&quot;text/javascript&quot; src=&quot;http://yui.yahooapis.com/combo?2.9.0/build/yuiloader-dom-event/yuiloader-dom-event.js&amp;2.9.0/build/connection/connection-min.js&quot;></script>
[/FONT][/COLOR]

No idea what uses it but the page content won't be loading until that is pulled down.

Edit: I don't know enough about vbulletin or the add ons we use to workout what's doing it. We can host it locally but that adds to bandwidth costs (and might impact performances for others)
Title: Forum - yui.yahooapis.com
Post by: TeaLeaf on April 14, 2015, 10:04:26 AM
I'll get the hexperts to consider this, thanks Jamoe!