Opened 6 years ago
Closed 6 years ago
#72 closed defect (invalid)
var.cache is not working.
| Reported by: | Nneel | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cacher | Version: | |
| Keywords: | var.cache | Cc: | |
| Application: | vBulletin3.6.4 | PHP Version: | 5.2.0 |
| Other Exts: | IonCube | SAPI: | FastCGI |
| Probability: | Blocked By: | ||
| Blocking: |
Description
We are using Xcache 1.2.0.
we are on vbulletin 3.6.4 cPanel+Apache 1.3.37+CentOS 4(Redhat AS4) +Dual Operton 248 vBulletin3.6.4+Ioncube+ Php5.2.0 +Xcache 1.2.0 (the last release stable one)
Our phpinfo
http://www.golpo.net/test111.php?info=1
Php.ini
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so xcache.shm_scheme = "mmap" xcache.size = 96M xcache.count = 2 xcache.slots = 8K xcache.ttl = 0 xcache.gc_interval = 0 ; same as aboves but for variable cache xcache.var_size = 16M xcache.var_count = 2 xcache.var_slots = 8K ; default ttl xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.test = Off ; N/A for /dev/zero xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.coredump_directory = "" xcache.cacher = On xcache.stat = On xcache.optimizer = On xcache.coverager = Off xcache.coveragedump_directory = ""
I have put another 16MB of Ram for Var cache.
here is the screenshot of phplist. very long page so just took the area can viewble w/o scroll.
Here is two screenshot for list.php for
S.Sshot-1:http://img118.imageshack.us/img118/2078/inodent0.jpg
S.Sshot-2:
http://img119.imageshack.us/img119/6122/in2jt7.jpg
its not caching any var.And we didnt apply other patch for xCache.
How to make it working?
Thanx.
Change History (1)
comment:1 Changed 6 years ago by moo
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


XCache var cache is working, you have to patch/hack vBulletin code so it use XCache's var caching