Php settings need to be changed

Avatar
  • Answered
Please will you edit my php settings for my sever in order to adjust to these required settings i need for a extension I am running on my joomla install:

1) realpath_cache_size to 512K or higher.
2) is there a possibilty of an opcode cache, like the Alternative PHP Cache (APC) extension

Regards
Avatar
Scott
Hello, You can set the realpath_cache_size in your php.ini file. It is not there by default so you will simply need to add a line such as:realpath_cache_size = 64k It is not recommended to set it above 256k, if you need more than that there may be other performance issues with your site that you will need to address. APC is available for install on our VPS and Dedicated Servers with root access. Kindest Regards, Scott M