AtlasOfLivingAustralia / ala-bie-hub

BIE (Biodiversity Information Explorer) hub - merge of old ala-bie and bie-plugin
Mozilla Public License 2.0
1 stars 6 forks source link

bie species page performance #103

Closed adam-collins closed 6 months ago

adam-collins commented 11 months ago

BIE pages can be slow because of the, up to, hundreds of collectory requests made by the data providers tab. https://bie.ala.org.au/species/https://id.biodiversity.org.au/taxon/apni/51382879#data-partners

Thoughts:

adam-collins commented 11 months ago

partially addressed by commit https://github.com/AtlasOfLivingAustralia/ala-bie-hub/commit/314d0d4d99ad1d09871dd556c1d83e8526a6757b

adam-collins commented 10 months ago

Identified issues for the collectory

adam-collins commented 10 months ago

Moved eager fetching to specific documented services as it was slowing some admin pages.

adam-collins commented 10 months ago

pull request https://github.com/AtlasOfLivingAustralia/collectory/pull/222

adam-collins commented 10 months ago

bie pull request https://github.com/AtlasOfLivingAustralia/ala-bie-hub/pull/109

More can be done to reduce the number of biocache-service requests in the future.