gree / Orion

126 stars 22 forks source link

summary: cache logging and cache refactor ... #22

Closed damianball closed 10 years ago

damianball commented 10 years ago

added: more logging statements replaced: array_search() O(n^2) array comparison with O(n) lookup using an associative array removed: unwanted-metric-string check from cache.php as it is already checked in graphitemodel.php removed: commented-out code