jonno225
Forum Replies Created
-
@remotay
We are definitely seeing some improved performance with the different caching options switched on. However it’s early days and we are still testing. I will try and report back here with any results.
It may actually turn out that we cannot use the page cache at all as we are running a membership site that renders the pages differently depending on whether users are logged in or not.
We do hope to use the Minify, DB Cache and CDN stuff though.
Maybe someone can advise on this.@fredericktownes
I believe it was with ‘–with-eaccelerator-shared-memory’Thanks
JonOK, this issue has now been sorted so I thought I would share how our VPS provider fixed it in case anyone else is having similar problems.
The solution was to recompile eAccelerator with ‘–with-eaccelerator-shared-memory’
So now # php -r “var_dump(function_exists(‘eaccelerator_put’));”
Outputs a result of – bool(true)
eAccelerator is now available for selection in W3 Total Cache
Thanks again,
We originally wanted to use APC but this apparently has problems with the Zend Optimizer (which we also need) so we opted for eAccelerator.
We really need to find a solution to this if anyone has any ideas on how we can configure eAccelerator correctly.
many thanks
JonThanks for the reply.
So is eAccelerator not installed or configured correctly then?
We are pretty new to this sort of stuff and our VPS provider has set our system up for us at the moment.
Many thanks
Jonwell,
php -r “var_dump(function_exists(‘eaccelerator_put’));”Just returns – bool(false)
Hi, we are suffering from the same issue.
We had eAccelerator v0.9.6 and could not select the option for it within W3 Total Cache.We have now installed eAccelerator v0.9.5.3 (# php -i | grep -i eacc)
But still have the same problem and the only caching methods we can select are the disk ones in W3.Any ideas?
Many thanks
Jon