ty-a / GEMWbot2

The RuneScape Wiki's Grand Exchange Updater bot rewritten in Java
0 stars 0 forks source link

Grab page data in batches #21

Open ty-a opened 6 years ago

ty-a commented 6 years ago

If we grab both the Module:Exchange/item and Module:Exchange/item/Data page in the same query, we will make 3 queries per item instead of 4.

Possibly try grabbing in larger batches, but I don't know how I feel about that since we will still be waiting on Jagex's API to gather price data.

ty-a commented 6 years ago

Grabbed Module:Exchange/item and Module:Exchange/item/Data in the same query from https://github.com/ty-a/GEMWbot2/commit/839330b34dbe5ccc3a400323de17136aa8da24e9

Will go live after fork because the newer version of the library requires a modern version of MediaWiki