-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Labels
Description
Is your feature request related to a problem? Please describe.
Implement a local HTML caching. To avoid re-process all scraping each time. It's notably long with recursive depths scrapings.
Describe the solution you'd like
Add a local cache near:
def handle_web_source(self, state, source): |
Describe alternatives you've considered
- Implement myself, not feasible as this is bundled in many graph implementations
Related
dosubot and bpostance