0

I am new to GAE and I have a hard time decreasing my outgoing bandwidth. I do think that most bandwidth is about IMAGE I'm hosting (e.x. Portraits or Background etc.)

It's there any difference between hosting a image in data store (Blob) or < img src="\something.png >" or <img src="http://i.imgur.com/something.jpg"(just about the outgoing bandwidth)

Thanks

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
Xywami
  • 21
  • 1
  • 3

1 Answers1

1

I can't speak to the imgur.com but both hosting from the project folder and the blobstore count towards the outgoing quota. If you setup caching it should mitigate a lot of that.

Outgoing Bandwidth (billable) The amount of data sent by the application in response to requests.

This includes:

data served in response to both secure requests and non-secure requests by application servers, static file servers, or the Blobstore

Ryan
  • 2,512
  • 1
  • 13
  • 20