Forum - yui.yahooapis.com

Started by Gorion, April 13, 2015, 05:41:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gorion

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]
Guild Wars 2 - Characters: Dragelis / Estril / Viliona
Battle.net - LydonB#2167
Warframe - LydonB

TeaLeaf

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.
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)

smilodon

I believe it's part of "World of logs"
smilodon
Whatever's gone wrong it's not my fault.

TeaLeaf

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.
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)

ReddFour

Also home page related - the link to the forum doesn't work in Firefox but works fine in Chrome.

Gorion

It happened in the forum.  Never use the homepage to be honest.
Guild Wars 2 - Characters: Dragelis / Estril / Viliona
Battle.net - LydonB#2167
Warframe - LydonB

TeaLeaf

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
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)

Jamoe

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)

TeaLeaf

I'll get the hexperts to consider this, thanks Jamoe!
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)