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.