GSA / enterprise-data-inventory

The Enterprise Data Inventory is a CKAN based data management system for private and public data management
7 stars 5 forks source link

organization dataset page is slow when there are few hundreds of datasets #170

Closed kvuppala closed 9 years ago

kvuppala commented 9 years ago

when there are few hundreds of datasets, the organization dataset page takes lot of time to load, need to identify the cause for resolution.

ykhadilkar commented 9 years ago

Fix has been deployed to production on 02/17. CKAN core fetching and processing all the datasets in an organization. Essentially defeating whole purpose of pagination. I have changed that behavior and now we are processing only 20 records at a time. CKAN core has be changed since then and more than likely this is already fixed in latest CKAN core. After this fix page load time for VA organization page has reduced from about 17 sec. to 2.5 sec now.