eprintsug / meprints

0 stars 0 forks source link

TopTen Widget inefficient and doesn't take advantage of irstats filtered data #2

Closed cziaarm closed 6 years ago

cziaarm commented 6 years ago

Becuase of this query

https://github.com/eprintsug/meprints/blob/master/lib/plugins/EPrints/Plugin/MePrints/Widget/TopTen.pm#L116

solution...

Check for irstats2_views table and use that instead

NB this will make the view counts on meprints topten widget go down (as it will not using the filtered data not the raw access table stuff)