Softaculous


Topic : Using WSDL Cache


Posted By: fsamuelsen on August 20, 2015, 12:04 pm
i can't get any wsdl files cached and this is making my website slow.

Running phpinfo() inside my website reveals:
PHP Code

 soap.wsdl_cache    1    1
soap
.wsdl_cache_dir    /tmp    /tmp
soap
.wsdl_cache_enabled    1    1
soap
.wsdl_cache_limit    25    25
soap
.wsdl_cache_ttl    86400    86400 



Using Codeigniter 2.2.3, setting this line in config.php:
PHP Code

 ini_set('soap.wsdl_cache_dir'APPPATH.'cache/'); 


but it makes no difference.

In my old installation, the /cache folder would fill up with .wsdl files.

If i am missing any information, please write me back.

Thanks.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.