I just saw a Vodacom flash advert that says: "Get more than 15000 tweets...for just R29...100MB".
So let's put this into KB: 100 * 1024 = 102400KB
Now divide that by 15000 tweets: 102400 / 15000 = 6.83KB
So each tweet would need to be just under 7KB.
I opened up Fiddler and caught the HTTPS traffic using the mobile site (mobile.twitter).
Initial load (excluding login. Clearing cache): 104KB
To send a tweet using half of the available chars: 8.54KB
So now let's say you login once and then send 15000 tweets:
104 + (8.54 * 15000) = 128204 KB (roughly 125MB).
So the above sum goes 25MB over the amount of data, plus totally ignores that noone would ever send 15000 tweets in one go, plus presumes that in all that time of tweeting that not a single person you follow tweets anything (else it will need to load that new data/profile pic on reload after you tweet).
I have ofcourse left out the fact that they might be using a Twitter app - but show me an app that uses less than the mobile site and I will eat my hat.
Is my maths wrong? Have I maybe forgotten something?
So let's put this into KB: 100 * 1024 = 102400KB
Now divide that by 15000 tweets: 102400 / 15000 = 6.83KB
So each tweet would need to be just under 7KB.
I opened up Fiddler and caught the HTTPS traffic using the mobile site (mobile.twitter).
Initial load (excluding login. Clearing cache): 104KB
To send a tweet using half of the available chars: 8.54KB
So now let's say you login once and then send 15000 tweets:
104 + (8.54 * 15000) = 128204 KB (roughly 125MB).
So the above sum goes 25MB over the amount of data, plus totally ignores that noone would ever send 15000 tweets in one go, plus presumes that in all that time of tweeting that not a single person you follow tweets anything (else it will need to load that new data/profile pic on reload after you tweet).
I have ofcourse left out the fact that they might be using a Twitter app - but show me an app that uses less than the mobile site and I will eat my hat.
Is my maths wrong? Have I maybe forgotten something?