I recently added a paypal donate button to my blog (as part of a huge update to my blog).
Since the blog was running slow, I ran the great little utility called Firebug (within Firefox 2 seems like it doesn’t work with firefox 3… yet), to see where any slowdowns were happening.
Well, I found a lot of scope to improve the blog load speed, but one file was a concern: pixel.gif (which was part of the paypal donate button code).
The full url was: https://www.paypal.com/en_AU/i/scr/pixel.gif
And putting that into the address bar returned a 404 not found error.
OK, looks like paypals right hand isn’t talking to its left hand.
Will removing the entry cause any problems?
I tried it out, and it works normally (I’ve received a donation).
So in summary, if you have some paypalcode on your website, you might be able to speed things up a fraction by removing the pixel.gif code (but keep a copy in case you need to put it back):
<img alt=”" border=”0″ src=”https://www.paypal.com/en_AU/i/scr/pixel.gif” width=”1″ height=”1″>
Your code might be slightly different from mine, but its worth a try.
Related posts:
- computer aid website bandwidth overflow due to 404 errors When I first created this website in 2005, I got a reasonable hosting package from home-business-host.com . It only allowed...
- requested lookup key not found in any active activation context After upgrading to XP SP2, and then performing lots of updates, I started getting the following while entering a URL in...
- Error 1311. File not found: d:\sku011.cab I was installing Microsoft Office 2007 on a computer, and part way through the install, I get: Error 1311. File...
- boot device not found (but no fault with hard drive!) I found an odd problem the other day: Customers PC gives a boot device not found error. Bios detects 1...
- General Failure. The URL was: xyz Application not found PC with Vista, and customer can no longer click on a link in outlook. Instead, a window pops up, saying: General failure....
Posted by Computer Help in Technical

