From fb6423fd8d2e0068c9c5b5bb8a643ea991e59739 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 14 May 2013 13:44:42 +0200 Subject: Speed up page loading on long threads Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go. --- hyperkitty.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hyperkitty.spec') diff --git a/hyperkitty.spec b/hyperkitty.spec index fc42e81..3b34b52 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -30,6 +30,7 @@ BuildRequires: django-assets BuildRequires: python-rjsmin BuildRequires: python-cssmin BuildRequires: python-mailman-client +BuildRequires: python-robot-detection %if 0%{fedora} && 0%{fedora} < 18 BuildRequires: Django BuildRequires: Django-south @@ -48,6 +49,7 @@ Requires: django-assets Requires: python-rjsmin Requires: python-cssmin Requires: python-mailman-client +Requires: python-robot-detection %if 0%{fedora} && 0%{fedora} < 18 Requires: Django >= 1.4 Requires: Django-south -- cgit