commit 7b5205c27c989e2f52eec57712de4a93de326db2
parent 6871082e39a76cc1ac8a641f50572b318cf0440e
Author: Natalie Pendragon <natpen@natpen.net>
Date: Mon, 16 Nov 2020 08:50:53 -0500
Add TODO to README
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -48,3 +48,4 @@ Run: "poetry run python -m pytest"
- TODO: refactor manual exclusion logic to be regex-based instead of prefix-based. we could get more nuanced with exclusion logic this way
- TODO: write a "clean" script that removes domains/pages from index, db, and statistics files, in accordance with the various exclusion lists and patterns
- TODO: speed up statistics page, it's gotten reaaaaaaally slow
+- TODO: speed up newest hosts/pages pages, they've gotten reaaaaaaally slow