Can anybody provide me some pointers on resolving a performance issue;
I have created a site and when i open the site from new and veiw an empty cart or attempt to checkout the system returns the page very fast.
However, when i attempt to add a product the site takes an age to add (but it does add). After this however, the view cart or checkout is again very slow.
My site has no SSL configured, the server is Windows 2003, IIS6 and Active Perl 5.12 installed.
I have had a look at the Perl error log on the server and I am seeing a number of messages as per below:
*** 'c:\inetpub\wwwroot\cgi-bin\ca000001.pl' error message at: 2010/10/23 21:19:18
defined(%hash) is deprecated at al000001.pm line 874.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at al000001.pm line 880.
(Maybe you should just omit the defined()?)
Using an array as a reference is deprecated at ao000001.pm line 4494.
Using an array as a reference is deprecated at ao000001.pm line 4497.
Using a hash as a reference is deprecated at px000001.pm line 388.
Using a hash as a reference is deprecated at px000001.pm line 414.
Using a hash as a reference is deprecated at px000001.pm line 435.
Using a hash as a reference is deprecated at px000001.pm line 454.
Using a hash as a reference is deprecated at px000001.pm line 492.
Any help would be appreciated.
Thanks
I have created a site and when i open the site from new and veiw an empty cart or attempt to checkout the system returns the page very fast.
However, when i attempt to add a product the site takes an age to add (but it does add). After this however, the view cart or checkout is again very slow.
My site has no SSL configured, the server is Windows 2003, IIS6 and Active Perl 5.12 installed.
I have had a look at the Perl error log on the server and I am seeing a number of messages as per below:
*** 'c:\inetpub\wwwroot\cgi-bin\ca000001.pl' error message at: 2010/10/23 21:19:18
defined(%hash) is deprecated at al000001.pm line 874.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at al000001.pm line 880.
(Maybe you should just omit the defined()?)
Using an array as a reference is deprecated at ao000001.pm line 4494.
Using an array as a reference is deprecated at ao000001.pm line 4497.
Using a hash as a reference is deprecated at px000001.pm line 388.
Using a hash as a reference is deprecated at px000001.pm line 414.
Using a hash as a reference is deprecated at px000001.pm line 435.
Using a hash as a reference is deprecated at px000001.pm line 454.
Using a hash as a reference is deprecated at px000001.pm line 492.
Any help would be appreciated.
Thanks
Comment