Guest Posted October 23, 2002 Share Posted October 23, 2002 Go see: http://www.mondial-moto-accessoires.com It is very very slow :( Why ? Maybe it's because I have more than 1000 products ... can you help me ? THX Link to comment Share on other sites More sharing options...
Ajeh Posted October 23, 2002 Share Posted October 23, 2002 Somethings to speed things up: Remove the counter on the categories Use a multi-image add-on for smaller thumbnails on images and then the larger images on Click to View What version and snapshot are you using? Does it still have options in the Admin to turn on/off categories? Fooling with some additional indexes might also help in the database. Link to comment Share on other sites More sharing options...
mattice Posted October 23, 2002 Share Posted October 23, 2002 Most obvious reasons: 1) You're counting the products 2) You use large pics scaled down with html Try changing this and using the cache and see if things improve HTH, Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Guest Posted October 23, 2002 Share Posted October 23, 2002 Lynda > My Osc snapshot is: 2002/07/21 Thx I try now to remove the counter on categories. Link to comment Share on other sites More sharing options...
Guest Posted October 23, 2002 Share Posted October 23, 2002 WWAAAOOOOOO I have removed the count of categories an now it is VERY GOOD !!! THANK YOU EVERY BODY !!!!!!!!!!!! I AM HAPPY :D :D :D :D Link to comment Share on other sites More sharing options...
Ajeh Posted October 23, 2002 Share Posted October 23, 2002 If you look in /catalog/includes/boxes/categories.php there is a section of code that makes the -> appear. Depending on your version, it will either be: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Or, something like: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2002 Share Posted December 16, 2002 Sorry what do you need to do to turn it off? just remove the: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Thank-you Link to comment Share on other sites More sharing options...
Ajeh Posted December 16, 2002 Share Posted December 16, 2002 Yes that is adding in the -> symbol on the list. You can take it out, or ... just comment it out so that if you ever want something there you will know where to put it ... :D Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2002 Share Posted December 16, 2002 I'll give it a try..thanks Linda :) Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2002 Share Posted December 16, 2002 What a difference in page loading. So much faster! Thanks again Link to comment Share on other sites More sharing options...
Ajeh Posted December 16, 2002 Share Posted December 16, 2002 Amazing what counting can do in a program, eh? 8) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.