I have problem with search module in my opencart here: http://www.newannashop.it
it take like 30 seconds for each search
someone can help me , to find the issue?
ps. i dont edited source code, would be nice maybe a new search.php that find just in description or title becose there are more of 1000 products
Slow search is often helped by running the database queries detailed in this thread:
http://forum.opencart.com/viewtopic.php?f=20&t=39759
http://forum.opencart.com/viewtopic.php?f=20&t=39759
error log have some error about search.php
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_tag in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 146
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_description in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 147
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_category_id in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 148
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_sub_category in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 149
2012-03-24 11:49:42 - PHP Notice: Undefined variable: sort in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 150
2012-03-24 11:49:42 - PHP Notice: Undefined variable: order in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 151
2012-03-24 11:49:42 - PHP Notice: Undefined variable: page in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 152
2012-03-24 11:49:42 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 152
2012-03-24 11:49:42 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 154
2012-03-24 11:50:32 - PHP Notice: Undefined variable: page in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 385
2012-03-24 11:50:32 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 386
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_description in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 394
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_category_id in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 395
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_sub_category in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 396
2012-03-24 11:50:32 - PHP Notice: Undefined variable: sort in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 398
2012-03-24 11:50:32 - PHP Notice: Undefined variable: order in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 399
2012-03-24 11:50:32 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 400
2012-03-26 11:31:02 - PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/newannashop.it/httpdocs/admin/controller/common/filemanager.php on line 110
2012-03-26 12:44:34 - PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/newannashop.it/httpdocs/admin/controller/common/filemanager.php on line 110
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_tag in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 146
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_description in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 147
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_category_id in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 148
2012-03-24 11:49:42 - PHP Notice: Undefined variable: filter_sub_category in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 149
2012-03-24 11:49:42 - PHP Notice: Undefined variable: sort in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 150
2012-03-24 11:49:42 - PHP Notice: Undefined variable: order in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 151
2012-03-24 11:49:42 - PHP Notice: Undefined variable: page in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 152
2012-03-24 11:49:42 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 152
2012-03-24 11:49:42 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 154
2012-03-24 11:50:32 - PHP Notice: Undefined variable: page in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 385
2012-03-24 11:50:32 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 386
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_description in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 394
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_category_id in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 395
2012-03-24 11:50:32 - PHP Notice: Undefined variable: filter_sub_category in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 396
2012-03-24 11:50:32 - PHP Notice: Undefined variable: sort in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 398
2012-03-24 11:50:32 - PHP Notice: Undefined variable: order in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 399
2012-03-24 11:50:32 - PHP Notice: Undefined variable: limit in /var/www/vhosts/newannashop.it/httpdocs/catalog/controller/product/search.php on line 400
2012-03-26 11:31:02 - PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/newannashop.it/httpdocs/admin/controller/common/filemanager.php on line 110
2012-03-26 12:44:34 - PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/newannashop.it/httpdocs/admin/controller/common/filemanager.php on line 110
Who is online
Users browsing this forum: Google [Bot] and 54 guests