roadmap: update completed work

This commit is contained in:
Username
2025-12-20 18:25:55 +01:00
parent 90a6756ade
commit 4547ec3188

View File

@@ -211,6 +211,16 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design
- [x] Fixed IP/port cleansing in ppf.py extract_proxies()
- [x] Updated .gitignore, removed .pyc files
### Database Optimization (Done)
- [x] Enable SQLite WAL mode for better concurrency
- [x] Add indexes for common query patterns (failed, tested, proto, error, check_time)
- [x] Optimize batch inserts (remove redundant SELECT before INSERT OR IGNORE)
### Dependency Reduction (Done)
- [x] Make lxml optional (removed from requirements)
- [x] Make IP2Location optional (graceful fallback)
- [x] Add --nobs flag for stdlib HTMLParser fallback (bs4 optional)
---
## Technical Debt