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/static/img/ajax-loader.gif | Bin 0 -> 1644 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hyperkitty/static/img/ajax-loader.gif (limited to 'hyperkitty/static/img') diff --git a/hyperkitty/static/img/ajax-loader.gif b/hyperkitty/static/img/ajax-loader.gif new file mode 100644 index 0000000..49b6d85 Binary files /dev/null and b/hyperkitty/static/img/ajax-loader.gif differ -- cgit