Changes between Initial Version and Version 2 of Ticket #21320
- Timestamp:
- 07/20/2012 04:26:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21320
- Property Owner set to nacin
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Ticket #21320 – Description
initial v2 23 23 }}} 24 24 25 array_key_exists() went from being called all 2500 times, to only 192 times, and the time cost of _exists() goes from 93ms to 9ms.Total time spent in cache.php falls by a third.25 array_key_exists() went from being called all 2500 times, to only 192 times, and the time cost of _exists() drops to 10% of what it was. (Time cost 97000 to 9300.) Total time spent in cache.php falls by a third.