• There are times when my blog takes a long time to load. Too long. So I keep an eye on the status bar to see if I can catch a glance at what it’s hanging up on.

    Lately, I’ve noticed this “Transferring data from s3.amazonaws.com…” I don’t use anything from Amazon, or to put it this way, I have not knowingly added plugins or any other code that would explain why there’s the transfer going on. I’ve even run a search in my code to see if I could find a reference for it, and as far as I can tell, nothing’s there.

    Anybody else experience this or know what might be happening?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    That’s Amazon’s Simple Storage Service (thus the “S3”). There’s a lot of reasons that could be accessed, but it’s hard to say without looking at your blog’s source code.

    Thread Starter davincim

    (@davincim)

    Thanks, Otto. Do you need http://www.familywebwatch.com/blog or some other code?

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    No, that was enough.

    It’s the “MyBlogLog” box on the right hand side of the page. Those avatar pictures come from s3.amazonaws.com.

    How I figured this out:
    Firefox.

    On the page you’re curious about, right click and select “View Page Info”. This gives a box where you can see the sorts of things the given page links to and/or loads and such. In the “Media” tab, I saw a lot of references to images on amazonaws, and they all had “Avatar” in them.

    To confirm, I used another Firefox trick. You probably already know about “View Page Source”. This lets you look at the source of the page. However, you may not have known that you can select/highlight some chunk of code on the page, right click and do “View Selection Source”. This shows you the source for just the piece that you highlighted. One other thing it does is that it shows you any *dynamic* source code. So if you have some chunk of code from a javascript or something that does a lot of stuff (like that MyBlogLog box), this method will show you the resulting code that is produced after the fact. No need to trace through the javascript code or anything. So highlight the text around the MyBlogLog box area, and View Selection Source on it, and there’s all the IMG tags pointing to amazonaws.

    Thread Starter davincim

    (@davincim)

    Very cool trick, Otto42! Thanks for explaining it so well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why is s3.amazonaws.com transferring data?’ is closed to new replies.