[osCommerce] Performance drops when MSU active [Solved]
[osCommerce] Performance drops when MSU active [Solved]
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)
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)
Re: [osCommerce] Performance drops when MSU active
~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
Re: [osCommerce] Performance drops when MSU active
LOL, Zend Optimizer doesn't work for PHP 5.3, ouch
Re: [osCommerce] Performance drops when MSU active
There is a "Zend Guard Loader" for PHP 5.3. It replaces Zend Optimizer.
Re: [osCommerce] Performance drops when MSU active
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.
Re: [osCommerce] Performance drops when MSU active
version 5.2.8 seems to make a huge difference in speed. Problem solved