Usual Benchmarks used on this site
Posted Liquid error: undefined method `strftime' for nil:NilClass
For performance tests, I almost always use the following benchmark pages from my recipe database application:
/empty/index | a simple render_text |
/welcome/index | a welcome page, action cached |
/rezept/index | application front page, user dependent, action cached |
/rezept/myknzlpzl | my recipes, user dependent, action cached |
/rezept/show/713 | show recipe 713 |
/rezept/cat/Hauptspeise | show all recipes of category Hauptspeise, paginated |
/rezept/cat/Hauptspeise?page=5 | page 5 of category Hauptspeise |
/rezept/letter/G | all recipes with a title starting with G, paginated |