-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Some extraction functions (starter, namer, etc.) might need access to the page data. Most use the naive approach and just call self.getPage(url), which leads to another HTTP request and another parsing of the page. This is not ideal.
Check which is the better design:
- Cache everything
getPagedoes for some time? (Maybe just the current page and be done with it?) - Rework methods which need this data to get them as a parameter?
- Other?
Metadata
Metadata
Assignees
Labels
No labels