I'm attempting to do some load testing and gauge the performance improvements provided by AuthCache.

It seem to work great when I navigate the site, but when I try to simulate load with JMeter, the JMeter users do not receive the cache pages. It is always MISS. It appears to be related to the authcache key not being relayed in JMeter. Any help or nudge in the right direction would be appreciated.

Thanks!

Comments

znerol’s picture

This is most probably because Authcache Ajax by default only works if the has_js cookie is on the request. See #2142835-2: cache warming auth cache for a dirty solution or install the Force JS module and configure it to always pretend that has_js is on the request.

znerol’s picture

sethmac’s picture

Thanks znerol. Got me moving in the right direction. I am now getting hits.

znerol’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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