summaryrefslogtreecommitdiff
path: root/doc/todo/smarter_sorting.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/smarter_sorting.mdwn')
-rw-r--r--doc/todo/smarter_sorting.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/smarter_sorting.mdwn b/doc/todo/smarter_sorting.mdwn
index 5a6d63ef1..f8ac216dc 100644
--- a/doc/todo/smarter_sorting.mdwn
+++ b/doc/todo/smarter_sorting.mdwn
@@ -29,5 +29,8 @@ date range.) Well, in this case, it *does* make sense to flip it, limit by
pagespe first, and do a (quick)sort second. (No influence complications,
either.)
+> Flipping when there's no limit implemented, and it knocked 1/3 off
+> the rebuild time of my blog's archive pages. --[[Joey]]
+
Adding these special cases will be more complicated, but I think the best
of both worlds. --[[Joey]]