X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Speed Optimization Service (https://forum.x-cart.com/showthread.php?t=52809)

exsecror 03-23-2010 08:41 AM

Re: X-Cart Speed Optimization Service
 
Quote:

Originally Posted by Pyro
exsecror: Thanks for sharing! Do you happen to have any improvements for the core x-cart?


You'd have to be a bit more specific as to which portion of the core as I have large numbers of code changes that have been made.

Pyro 03-23-2010 08:45 AM

Re: X-Cart Speed Optimization Service
 
I have not yet launched my site, so I do not know exactly where it will bottleneck yet; however, I have a large number of products and categories. Also, I plan to have a highly active newsletter system. If you could share anything that you think would yield the best results with that knowledge or any tips that you think would improve any x-cart, I would greatly appreciate it.

exsecror 03-23-2010 08:56 AM

Re: X-Cart Speed Optimization Service
 
Unfortunately I cannot help you much on the newsletter aspect as we handle all our email campaigns via CampaignerPro. As for categories and products those are mostly SQL bottlenecks mainly due to bad SQL joins (or missing indexes). Your best bet is to go into top.inc.php and set the following:

PHP Code:

define('BENCH'true);
define('BENCH_BACKTRACE'true);
define('BENCH_DISPLAY_TYPE, 'A'); 


This will help you identify where a large number of bottlenecks are (anything in red for memory or time means something is wrong). The backtrace will let you know where exactly in the code it's at (these are available in the table's row for that entry so you'll need to use firebug inspection to see it)

Pyro 03-23-2010 08:58 AM

Re: X-Cart Speed Optimization Service
 
Thanks for the tip. Do you happen to have any experience with x-affiliate?

exsecror 03-23-2010 09:01 AM

Re: X-Cart Speed Optimization Service
 
Unfortunately I do not, all our affiliate tracking is also handled by a 3rd party called LinkConnector.

Pyro 03-23-2010 09:03 AM

Re: X-Cart Speed Optimization Service
 
Ok, thanks. Just to be sure, the two 3rd party groups you referred to are http://www.campaigner.com and http://www.linkconnector.com, correct?

exsecror 03-23-2010 09:10 AM

Re: X-Cart Speed Optimization Service
 
Yup that is correct


All times are GMT -8. The time now is 03:55 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.