3 replies [Last post]
jasonruyle's picture
Offline
Joined: 01/18/2008
Juice: 235
Was this information Helpful?

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.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Performance Cache

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.

jasonruyle's picture
Offline
Joined: 01/18/2008
Juice: 235
Re: Re: Performance Cache

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.

cloudmine's picture
Offline
Joined: 07/16/2008
Juice: 72
Hi Jason, Have you found any

Hi Jason,

Have you found any solution?