Fixed performace issue with collection of data for member list map data.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 6 Apr 2018 16:52:39 +0000 (12:52 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 6 Apr 2018 16:52:39 +0000 (12:52 -0400)
commit73fe31e06e327c72279746a09d8fc17bcea24f9b
tree80251062beaf1589bf309ca84a73da7096822e6f
parent881bee94a5815dc38c66304e71796a4b9c439e1d
Fixed performace issue with collection of data for member list map data.

Added $optionProhibitListOptions class variable to DataAbstract.php that will completely squash the added lists of data.
Chaged members/list.php from using the by lat/lon method to simlified member data for getting map data - cuts overhead.
Changed dataMemberInfo get simplified to use a fast query for getting map data rather than going through the Data Abstract for that data - Huge improvement.
Updated list.html to use the simplified data for the map objects. Also commented out categories and now useing short descrption.
classes/data/dataMemberInfo.php
lib/GlmDataAbstract/DataAbstract.php
models/front/members/list.php
views/front/members/list.html