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.

CommentFileSizeAuthor
path.inc_.patch708 bytesjlboht

Comments

crea’s picture

Priority: Normal » Critical

Huh....just discovered this. It is really critical. On some of my pages same path alias is queried like 60 times.

jvandyk’s picture

Status: Active » Fixed

I've committed this. This will mean a little more memory per request but more speed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.