Closed (fixed)
Project:
Path Cache
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2010 at 22:12 UTC
Updated:
1 Aug 2010 at 03:10 UTC
Path Cache is not setting the static map variable when a cache_get hit has been found. This causes multiple trips to the cache method instead of using the static variable. I have included a patch that I think will fix the performance issue.
| Comment | File | Size | Author |
|---|---|---|---|
| path.inc_.patch | 708 bytes | jlboht |
Comments
Comment #1
crea commentedHuh....just discovered this. It is really critical. On some of my pages same path alias is queried like 60 times.
Comment #2
jvandyk commentedI've committed this. This will mean a little more memory per request but more speed.