Testing report

HW3 site testing done on Samsung N900A on slow 3g connection.

Results:

Bootstrap
AddGame.html          6.39s 86.4kb
GameBootstrap.html    6.43s 85.7kb
HomeBootstrap.html    6.27s 84.4kb
LoginBootstrap.html   6.11s 80.9kb
Player.html           8.46s 198kb
Schedule.html         6.26s 85.5kb
SignupBootstrap.html  4.20s 67.1kb
Stats.html            6.38s 88.0kb

Vanilla
addGame.html          2.21s 5.1kb
Game.html             2.22s 4.4kb
Home.html             2.24s 3.2kb
Login.html            2.28s 16.0kb
Player.html           2.49s 117kb
Schedule.html         2.44s 4.2kb
Signup.html           2.41s 29.3kb
Stats.html            2.61s 6.2kb

As you can see there is a 2 - 4 times improvement in load times when using
Vanilla vs Bootstrap. This is a result of simply using the css rules we needed
rather than loading the large Bootstrap stylesheet, javascript, and jquery
files which take 2 additional requests over vanilla and are much more data; we
saw that the vanilla webpages were up to 20 times smaller than the corresponding
bootstrap files, which is part of why the pages loaded faster.

screenshots


addgame:


game info:


home:


login:


player:


schedule:


signup:


stats: