Performance Cache

Posts: 61
Joined: 01/18/2008

I just started to notice that if I have my system cache set on (not even high, just on), that as an anon user, my pages begin to causing infinitie loops (redirection) and pages time out. I hadn't noticed this before, but its happening. I browse the site with webmaster toolbar in firefox and disable cache.

When I'm logged in, I can browse the store just fine, view products and checkout.

But as an anon user, I get the timeout. When I disable all caching through performance, the site works fine as an anon user.

Posts: 3744
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Hmm... just a thought, I saw you were using the nice menus module before you wiped that thread. I had already started to investigate, and I did notice that it uses hook_init(). We ran into trouble with that hook getting fired before any system functions were loaded w/ caching turned on, and the function in the nice menus module does use drupal_get_path(). To test if this is the trouble, try commenting that line out of the nice menus module and keep caching turned on.

Posts: 61
Joined: 01/18/2008

I removed the Nice Menu module and thought it was the problem. But even after I removed it, I noticed the problem. I'll post a list of modules used, it must have to do with one of them.