Minor mod. If you find your store running slow due to lots of visitors, try these DB mods

ALTER TABLE `visitors` ADD INDEX ( `customers_id` ) ;
ALTER TABLE `visitors_trace` ADD INDEX ( `browser_ip` ) ;

More...