Hello
I am looking for a way to speed up out admin area. When adding and moving items to their categories the pages loads really slow and crashes. Is there a way to solve this problem. After reading the forum, I have some understanding to do this via mysql database, but I am not sure how to go about this.
Latest News: (loading..)
3 replies to this topic
#1
Posted 02 January 2012, 16:25
#2
Posted 02 January 2012, 21:17
Hello
One thing to try before prceeding with anything else, add the following to you admin / includes / application_top.php after the very first <?php
Hope this helps
One thing to try before prceeding with anything else, add the following to you admin / includes / application_top.php after the very first <?php
ob_start("ob_gzhandler");
so it looks like
<?php
ob_start("ob_gzhandler");
/*
Hope this helps
#3
Posted 02 January 2012, 22:20
Hello. thx. The above code did not help. Are these any more suggestions?
#4
Posted 03 January 2012, 15:14
If you have cache enabled and a lot of categories cache files, the admin get slow when updating or moving categories. This because oscommerce deletes all cache files.
You can try this contrib that compress the cache files so when oscommerce deletes does it much faster http://addons.oscommerce.com/info/7937
You can try this contrib that compress the cache files so when oscommerce deletes does it much faster http://addons.oscommerce.com/info/7937
Edited by acidvertigo, 03 January 2012, 15:16.














