Skip to content

Reduce API calls for article text to only those necessary.

Isaac Johnson requested to merge isaac-reduce-text-calls into dev

Goal is to only fetch article HTML when passing results back to the plugin as opposed to for the purposes of logging. Currently we log up to 20 articles for each call but only return 4 so this has a big impact. I opted for simplicty rather than making it easy for the user to control the process_text behavior but am open to making it easier to set too.

Merge request reports