You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is two search queries being run which slows down performance by a factor of 2
Alter Pagination Code on Records Tab
Solution is needed to remove the count query from the map search. Questionable to whether this is even used by our users on this page and the value can be derived from the search anyway since the points are being rendering on the map. Would speed up map searches by a lot.
Just These to things would make what we though previous to be slow queries to be basically instant. Searches with lots of points will still take some time to render depending on the map options.
The text was updated successfully, but these errors were encountered:
* intial template for js rendered occurrence list
* Adjust js table to render actual point data
* simple pagination finished with data
* fixing random open divs
* Add first|last and left | right arrows on the pagination
* fixing some page start issues
* Remove usage of occurrencelist, Rework Cross Portal Searching to use js rending and append onto main portal results
* fix start index of js rendered table
* Fix Jquery record table loading for intial rendered tables
* Closes#2053Closes#1845
* Add event date to map coordinate data
* Adjust see map to be a globe
* Adjust map globe to sit in middle of table vertically
* Add catalog and collector hyper links to occurrence record and add taxa link via tid
* fix client root not being add in domain
Optimizations
Combine Records tab data and map search data.
Alter Pagination Code on Records Tab
Just These to things would make what we though previous to be slow queries to be basically instant. Searches with lots of points will still take some time to render depending on the map options.
The text was updated successfully, but these errors were encountered: