Hi Bhanu, This happens because in the initial loading PGA has to fetch WSDL files from identity server which takes sometime. After the initial loading the login time will be reduced. By default the PHP WSDL files are cached for one day. You can change these properties to improve PGA performance. In your php.ini file change the following properties
soap.wsdl_cache_enabled <http://php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache-enabled> 1 soap.wsdl_cache_dir <http://php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache-dir> /tmp soap.wsdl_cache_ttl <http://php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache-ttl> 2592000 soap.wsdl_cache <http://php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache>3 soap.wsdl_cache_limit <http://php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache-limit> 10After changing these properties you need to restart the web server. You can find more information regarding these properties in [1] [1] - http://php.net/manual/en/soap.configuration.php Thanks Supun On Tue, Aug 25, 2015 at 8:47 PM, Bhanu Rekepalli <[email protected]> wrote: > Hi: > It takes forever to login to PGA. I am currently hosting my AA server on > EC2 instance and PGA is there as well, I am using identity server at IU > setup by AA team. This will be problematic when we open this gateway to > users at out client location. > Please help > > Bhanu -- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa
