Posted by pboese 1 year ago
Hey,
just bought a licence of DeviceAtlas and tried the sample that comes with the PHP API. I set up memcached with the default config that comes with debian lenny:
/usr/bin/memcached -m 64 -p 11211 -u nobody -l 127.0.0.1
Now when I run the unmodified sample script, it takes about 150ms w/o memcache enabled:
But around 300ms with memcache enabled:
how's that possible? Did I miss something configuration wise?
Kind regards, Pelle.