Guest Posted February 21, 2007 Posted February 21, 2007 Our oscommerce site currently hit about 20,000 products. About this time, certain php and mysql functions and queries stopped functioning. Does this mean we need to a dedicated server? I know people have asked similar questions but I am in a bind trying to figure out what to do. >_<
videobus Posted February 21, 2007 Posted February 21, 2007 Our oscommerce site currently hit about 20,000 products. About this time, certain php and mysql functions and queries stopped functioning.Does this mean we need to a dedicated server? I know people have asked similar questions but I am in a bind trying to figure out what to do. >_< I have a client that has over 25,000 videos on their website as a shared hosting for $35/mo. and there's no speed or querry issues: www.mybroadwayvideo.info Your problem may be the hosting system. I don't think you need a dedicated server. They are mostly for someone getting high volume of hits every day. I've used www.1and1.com for many clients without ever a single problem.
Guest Posted February 21, 2007 Posted February 21, 2007 I have a client that has over 25,000 videos on their website as a shared hosting for $35/mo. and there's no speed or querry issues: www.mybroadwayvideo.info Your problem may be the hosting system. I don't think you need a dedicated server. They are mostly for someone getting high volume of hits every day. I've used www.1and1.com for many clients without ever a single problem. Do you have a problem running froogle and yahoo feeders?
Guest Posted February 21, 2007 Posted February 21, 2007 There are some good threads in the Tips and Tricks section about speeding up an osC store and also about MYSQL querries. Also check the contribution section, just search for "Chemo" and you should find them.
user99999999 Posted February 21, 2007 Posted February 21, 2007 Try disabling the timout in your feed scripts, the default is 30s it may take longer for 20k products. set_time_limit(0);
Guest Posted February 21, 2007 Posted February 21, 2007 Try disabling the timout in your feed scripts, the default is 30s it may take longer for 20k products. set_time_limit(0); so i should put that in the php.ini file? should i put it in the /admin/php.ini or the /catalog/php.ini or both?
user99999999 Posted February 21, 2007 Posted February 21, 2007 In the begining of your froogle and yahoo feeders. <?php set_time_limit(0); ... ?>
Guest Posted February 21, 2007 Posted February 21, 2007 heres the url www.digitalcamerasource.net it is majorly slow on Internet Explorer and it is ok in Firefox. it could be the Monster Template that it is running is slowing it down, is that possible? and of course theres the feeder problem I will try to disable the timeouts now
user99999999 Posted February 21, 2007 Posted February 21, 2007 I think your processing your image thumbnails with imagemagik each page request. I think you need a static thumbnail contrib. http://www.digitalcamerasource.net/imagema...h=145&page=
Recommended Posts
Archived
This topic is now archived and is closed to further replies.