diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-24 20:29:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-24 20:29:52 +0100 |
commit | b3b0a055b9b4c3ab332f75070ce1fa80a3638105 (patch) | |
tree | 789528522c157ca719c5b68dfe4af756305fa188 /templates/landingpage.html.ep | |
parent | 9782cee53d51dbb65c9b27828f3c28e401849399 (diff) |
improve get_user_travels performance, most notably when rendering map1.10.3
only create DateTime objects when needed
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index ad80350..fd71f9c 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -70,7 +70,7 @@ </div> </div> <h1>Letzte Fahrten</h1> - %= include '_history_trains', date_format => '%d.%m', journeys => [get_user_travels(limit => 5)]; + %= include '_history_trains', date_format => '%d.%m', journeys => [get_user_travels(limit => 5, with_datetime => 1)]; % } % else { <div class="row"> |