Waiting for "pxl.ibpxl.com" ?
#1
Original Poster
A FlyerTalk Posting Legend
Join Date: Aug 2006
Location: Argentina
Posts: 40,878
Most times when a page on FT is loading although the page does load in full eventually - it lags at the last part and shows on Firefox at the bottom left as "Waiting for pxl.ibpxl.com"
Any idea what this pxl.ibpxl.com is?
Any idea what this pxl.ibpxl.com is?
#2
FlyerTalk Evangelist
Join Date: Mar 2008
Location: ACT/GRK/DAL/ABI/MIA/FLL
Programs: OMNIArchist, OMNIArchy!, OMNIIDGAS
Posts: 23,478
sounds like a tracking pixel 

Code:
<!-- IB PIXEL -->
<script type="text/javascript"> pxlSiteFile = "flyertalk.com.js"; pxlScriptStart = '%3Cscr' + 'ipt type="text/javascript"'; pxlScriptEnd = '%3C/scr' + 'ipt%3E'; if (location.protocol.indexOf("https") == -1) { document.write(unescape(pxlScriptStart + ' src="http://pxl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); } else { document.write(unescape(pxlScriptStart + ' src="https://pxlssl.ibpxl.com/'+pxlSiteFile+'"%3E'+pxlScriptEnd)); }
</script>
<!-- /IB PIXEL -->





