Bitcoin Forum

Economy => Service Discussion => Topic started by: SgtSpike on March 07, 2013, 08:39:06 PM



Title: Operation Fabulous is down...
Post by: SgtSpike on March 07, 2013, 08:39:06 PM
...which sucks, because it takes 20 seconds to load a single page on my websites that use it.

Web coders out there:  Is there any way for me to skip the loading of an image and resume loading the rest of the page if the image is taking more than X number of seconds?  I suppose such a thing could be a failsafe in the event of operation fabulous going down for any reason.


Title: Re: Operation Fabulous is down...
Post by: qwk on March 07, 2013, 08:51:25 PM
Is there any way for me to skip the loading of an image and resume loading the rest of the page

You could simply turn of image loading altogether in Firefox:
https://addons.mozilla.org/en-US/firefox/addon/official-hide-images/ (https://addons.mozilla.org/en-US/firefox/addon/official-hide-images/)


Title: Re: Operation Fabulous is down...
Post by: SgtSpike on March 07, 2013, 09:41:43 PM
Is there any way for me to skip the loading of an image and resume loading the rest of the page

You could simply turn of image loading altogether in Firefox:
https://addons.mozilla.org/en-US/firefox/addon/official-hide-images/ (https://addons.mozilla.org/en-US/firefox/addon/official-hide-images/)
Ideally, I'd like to have a solution that works for all the users of my sites regardless of what browser they are using.