Skip to content

Instantly share code, notes, and snippets.

@eventomer
Last active December 12, 2015 09:49
Show Gist options
  • Save eventomer/4754589 to your computer and use it in GitHub Desktop.
Save eventomer/4754589 to your computer and use it in GitHub Desktop.
server response time:(near by ads on 3g)
(1) loading the first page of 4 ads:
4 Ad objects (3.335s).
4 Ad objects (1.100s).
4 Ad objects (1.352s).
4 Ad objects (1.000s).
4 Ad objects (1.929s).
4 Ad objects (4.163s).
4 Ad objects (1.008s).
4 Ad objects (1.865s).
4 Ad objects (3.039s).
4 Ad objects (1.096s).
----average 4 ad server response:1.986s----
(2)loading the second page of 100 ads:
100 Ad objects (4.897s).
100 Ad objects (1.843s)
100 Ad objects (2.525s).
100 Ad objects (2.552s).
100 Ad objects (3.120s).
100 Ad objects (2.109s).
100 Ad objects (2.246s).
100 Ad objects (2.665s).
100 Ad objects (2.505s).
100 Ad objects (2.103s).
----average 100 ad server response:2.653s----
(3) rendering time testing by reducing the first page loading time from the app startup load time:
first page (3.888s). app startup load time: 4.310s . -->rendering: 0.422s
first page (3.759s). app startup load time: 4.189s . -->rendering: 0.430s
first page (3.225s). app startup load time: 3.655s . -->rendering: 0.430s
first page (3.512s). app startup load time: 3.938s . -->rendering: 0.426s
first page (2.228s). app startup load time: 2.670s . -->rendering: 0.442s
first page (2.294s). app startup load time: 2.725s . -->rendering: 0.431s
first page (2.350s). app startup load time: 2.786s . -->rendering: 0.435s
first page (5.854s). app startup load time: 6.285s . -->rendering: 0.431s
first page (2.675s). app startup load time: 3.120s . -->rendering: 0.445s
first page (3.097s). app startup load time: 3.521s . -->rendering: 0.424s
----average rendering:0.4426s----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment