summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Misc/History.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-09-12 15:21:13 +0200
committerYorhel <git@yorhel.nl>2020-09-12 15:21:16 +0200
commit722bb447e6218d522562007a4c8dcc4eb31f6582 (patch)
treeb87b8dc999f9865fb970e60fb9ffb6a60fb2d3db /lib/VNWeb/Misc/History.pm
parentf263c9616fa9790dc7c20bbbb021078d8d44a1fd (diff)
v2rw: Add new filter querying framework + rewrite homepage
The new filter framework hasn't been extensively tested yet, but seems to mostly work. No real changes to the homepage, but I did manage to make a few queries a little bit faster. The most significant source of slowness is the releases listing, but I can't optimize that without adding indices.
Diffstat (limited to 'lib/VNWeb/Misc/History.pm')
-rw-r--r--lib/VNWeb/Misc/History.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Misc/History.pm b/lib/VNWeb/Misc/History.pm
index 927afa98..691d035a 100644
--- a/lib/VNWeb/Misc/History.pm
+++ b/lib/VNWeb/Misc/History.pm
@@ -3,6 +3,7 @@ package VNWeb::Misc::History;
use VNWeb::Prelude;
+# Also used by Misc::HomePage
sub fetch {
my($type, $id, $filt, $opt) = @_;