Post-process in a cron job the json result of searches in the apiLog table to populate the database with games it doesnt have. This will greatly reduce API requests being done by users.
After processing, delete json from apiLog to stop the database getting huge.
Post-process in a cron job the json result of searches in the
apiLog
table to populate the database with games it doesnt have. This will greatly reduce API requests being done by users.After processing, delete json from
apiLog
to stop the database getting huge.