brusselopole / Worldopole

Worldopole is a third party extension for RocketMap showing some nice statistics.
MIT License
85 stars 78 forks source link

Fix cron jobs for pokedex counts and nests #370

Closed michikrug closed 5 years ago

michikrug commented 5 years ago

Description

Due to other mapping tools now available, the spawn points are tracked differently and break the current jobs. This PR fixes this by not using the spawn points table anymore. Additionally, this gives an enormous performance boost for the jobs due to no more heavy JOINs.

What we currently loose is the start and end times on the nest page. I need to figure out a new way how to calculate them.

How Has This Been Tested?

Tested on own instance with standard RM DB.

Types of changes