Quote:
Originally Posted by Behrooz_Ice
i had enable all of Cache setting like Cache Styles and Cache Templates and Cache Datastore in that menu before but we have problem yet and i see Resource Statistics is null!
my question is, when we use Memcache instead of Filecache on Opcache Operator menu, what should i see in Resource Saving Statistic menu?
and please tel me Memcache is better or Filecache for the high speed loading of site?
note: my forum is hosted on linux dedicated server and use litespeed.
|
Memcache is better, but it's a gigantic pain in the arse to set up as you yourself have experienced. I cannot help you diagnose problems in your Memcache setup
I recommend trying out APC cache - Memcache is only better if it's running on a separate server entirely.
Quote:
Originally Posted by dizzynation
Does this help use less RAM on hosting servers?
|
No, it will take up more RAM in order to speed up your site

Unused RAM is wasted RAM, so you will always want your RAM filled up with data so that the server doesn't have to query MySQL (hard disk lookup) as that is orders of magnitude slower than reading from RAM.
To put things into perspective, DDR-3 SDRAM has a maximum transfer rate of 6400 MB/s. The fastest SSDs on the market (discounting RAID setups) has a maximum transfer rate of 550 MB/s.
You shouldn't ask for anything to take up less RAM for this reason
Quote:
Originally Posted by dizzynation
Installed and Nominated, but after enabling I run a test and it says my vbo is turned off.....
[Edit] Ok i turned on filecache, and set to writable, but when I run a test it says AJAZ not available
|
Sorry, I don't understand what you're asking. Can you please clarify?
Fillip