Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I speed up the categories on the admin side.


rs2k

Recommended Posts

One of our stores has about 42,000 categories. We use caching to speed up the catalog side but the admin side is horribly slow. I believe the problem is when someone navigates to http://www.url.com/admin/categories.php?selected_box=catalog the page tries to load every category at once. Is there a way to make the page load only the level of categories being displayed?

Link to comment
Share on other sites

Hi

ob_start("ob_gzhandler");

 

added to the top of /admin/includes/application_top.php worked wonders for me you can find the thread here

 

Does a gzip with admin very simple very effective

 

spookes.... http://www.oscommerce.com/forums/index.php?showtopic=303628

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...