[osCommerce] Performance drops when MSU active [Solved]

Magic SEO URLs for CRE Loaded.
shotputty
Follower
Posts: 46
Joined: Tue May 11, 2010 3:28 pm

[osCommerce] Performance drops when MSU active [Solved]

Postby shotputty » Sat Dec 18, 2010 2:34 am

I noticed my site was very slow but couldn't find the problem. After disabling many features it keeps performing bad, up until I disable include(DIR_WS_INCLUDES . 'magic_seo_url.php');

When I disable MSU the category (depth = 1) loading time goes from an average 2,5 seconds to about 0,1 seconds, allmost instantly. I have very few products, how could MSU have this enormous effect on loading time??

I have switched it on and off and on and keep seeing this performance difference. What causes this problem?
I have another site with MSU that performs good, but I use no categories on that site.

for testing I have made a copy with and without MSU enabled

http://www.powersupplements.de/index.php (MSU enabled)

http://www.powersupplements.de/no-msu/index.php (MSU disabled)

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Performance drops when MSU active

Postby inveo » Sat Dec 18, 2010 6:52 am

Please see this post

shotputty
Follower
Posts: 46
Joined: Tue May 11, 2010 3:28 pm

Re: [osCommerce] Performance drops when MSU active

Postby shotputty » Sat Dec 18, 2010 7:22 am

~J~ wrote:
  • Make sure cache is working properly (look into cache/fancy-data directory if there are created any files)
  • update PHP to most current version (5.2.6 used, 5.2.9 is the latest)
  • update Zend Optimizer (3.3 used, 3.3.3 is the latest)
  • Decrease page source code size (by using CSS layout, removing unused tags etc.). The smaller is source code, the faster is MSU.


My cache directory is filled nicely, seems to be working ok.
PHP Version: 5.2.2
Zend Optimizer v3.3.9
Source code is nothing special with this OScommerce installation. I allready have quite a clean setup.
-------
On my server with MSU working properly I have:
PHP Version: 5.2.5
Zend Optimizer v3.3.9


Would PHP version 5.2.2 to 5.2.5 make such a difference ???

I will ask my provider to update to the 5.3.4 version

shotputty
Follower
Posts: 46
Joined: Tue May 11, 2010 3:28 pm

Re: [osCommerce] Performance drops when MSU active

Postby shotputty » Sat Dec 18, 2010 4:10 pm

LOL, Zend Optimizer doesn't work for PHP 5.3, ouch :|

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Performance drops when MSU active

Postby inveo » Sat Dec 18, 2010 4:30 pm

There is a "Zend Guard Loader" for PHP 5.3. It replaces Zend Optimizer.

shotputty
Follower
Posts: 46
Joined: Tue May 11, 2010 3:28 pm

Re: [osCommerce] Performance drops when MSU active

Postby shotputty » Sun Dec 19, 2010 2:09 am

It has been downgraded back to 5.2.8 now (previous 5.2.2) and I think it makes a difference. I will watch it some time. :geek:

shotputty
Follower
Posts: 46
Joined: Tue May 11, 2010 3:28 pm

Re: [osCommerce] Performance drops when MSU active

Postby shotputty » Wed Dec 22, 2010 11:36 am

version 5.2.8 seems to make a huge difference in speed. Problem solved ;)