R
R
Ruslan2014-01-29 11:56:39
IPB
Ruslan, 2014-01-29 11:56:39

How to check if memcache is working?

Good, enlighten the teapot.
There is IPB 3.4.6 (CMS forum), I installed memcache, I added memcache to IPB config (conf_global.php) according to the instructions...
<?php
$INFO['use_memcache'] = 1;
$INFO['memcache_server_1'] = "127.0.0.1";
$INFO['memcache_port_1'] = "11211";
how to check if memcache handles IPB?
PS, OS Debian 7 + ISPmanager 5

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Shikanov, 2014-01-29
@margent

I understand that we are talking about memcached. You can use the memcached commands , which return statistics.

M
motomac, 2014-06-17
@motomac

You can enable the IPB debug mode so that the execution time and the number of queries in the database are displayed at the bottom of the pages. There you will immediately see the difference in the number of requests before and after enabling Memcache.
By the way, in the official IPB manual they write that several caching systems cannot be used at the same time. Maybe I'm misunderstanding something, but like Memcache and XCache are caching different things. Why can't they be used in conjunction?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question