Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
more numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 28, 2012
1 parent 6c61d97 commit 9ced835
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion posts/2012-09-27-seriously--numbers--use-them-.md
Expand Up @@ -5,6 +5,50 @@ date: 2012-09-27 17:09

Seriously. Numbers. Use them.

<iframe src="http://player.vimeo.com/video/50340416" width="500" height="882" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <p><a href="https://vimeo.com/50340416">Turbolinks test</a> from <a href="http://vimeo.com/steveklabnik">Steve Klabnik</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<iframe src="http://player.vimeo.com/video/50340416" width="500" height="313" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <p><a href="http://vimeo.com/50340416">Turbolinks test</a> from <a href="http://vimeo.com/steveklabnik">Steve Klabnik</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

If you don't feel like reading...

[https://github.com/steveklabnik/turbolinks_test](https://github.com/steveklabnik/turbolinks_test)

Results with 1000 pages:

Blank Rails app:

```
$ rspec
user system total real
no turbolinks 11.170000 0.980000 12.460000 (138.656728)
yes turbolinks 10.800000 0.870000 11.670000 ( 80.436286)
```

With Basecamp Next's CSS file:

```
$ rspec
user system total real
no turbolinks 14.470000 1.540000 16.320000 (235.404727)
yes turbolinks 10.730000 0.870000 11.600000 ( 82.176967)
```

With Basecamp Next's JS file:

```
$ rspec
user system total real
no turbolinks 15.300000 1.700000 17.270000 (433.880904)
yes turbolinks 10.540000 0.890000 11.430000 (170.545663)
```

With Both:

```
$ rspec
user system total real
no turbolinks 21.990000 2.890000 25.150000 (581.822206)
yes turbolinks 10.970000 0.910000 11.880000 (196.481247)
```

## TL;DR

Turbolinks seems to speed up apps.

0 comments on commit 9ced835

Please sign in to comment.