How many items are on your website? I have 17,000 and mine is instant..
I just tried your website and it's really slow. You may have a server problem or database locking issue.
Also, when I select different options on your header, it's opening a new tab. Not sure why you have it doing that?
I'd contact your host about database issue.
We have a lot of data that gets searched because we have different suppliers selling the same part with different part numbers. That is why you would see a few item show for the same part number or description.
Our search also is searching for model numbers as well as SKU and information in the description box. We have done it that way to make it easier for the customer to find things.
Outdoorking
Live Site www.outdoorking.com.au
There definitely seems like something is wrong with your server configuration. The issue seems to stem from the amount of time your database is taking to return search results. For example, on my site, I used my Ajax Search to type in a very generic term (Playing Cards, which we have over 1200 listings) and the Ajax window popped up within seconds.
I noticed on your site that the query takes FOREVER. In other words, I do get your Ajax Search to pop up results, but you have to sit there and wait for it. For example, I typed in the word "Throttle" and it took forever, but it finally popped up. I then went back to your home page, hit the search again, and typed "Throttle" again, and they pop up almost instantly (probably because the results are cached to reload the same content, I imagine). But if you put in a new search (for "Redback"), it takes forever again. But after, it loads the same search just fine.
I don't know who your web host is, but I'd be curious what kind of system resources you have (RAM, Core Processors, etc). The problem doesn't seem to be the Ajax Search, but your database / server speed in general.
If you turn off the Ajax Search in the Bootstrap Settings, I'm guessing you will still see slow results (but not quite as slow since it's not Ajax). Just a guess.
Has your site always had a slow response time?
Also, are you able to see if your database has any OVERHEAD and the option to OPTIMIZE those tables? I use MySQL and it will tell me which tables can be optimized or cleaned up to reduce overhead.
- Jeff
Hi Jeff,
I did as you said and run optimmize the tables and this is what I got in return after completion.
outdoorking_dev.ceon_umm_category_mapping_templates
outdoorking_dev.ceon_umm_configs
outdoorking_dev.ceon_umm_other_pages
outdoorking_dev.ceon_umm_page_mapping_templates
outdoorking_dev.ceon_umm_product_mapping_templates
outdoorking_dev.ceon_uri_mappings
outdoorking_dev.ceon_uri_mapping_configs
outdoorking_dev.ceon_uri_mapping_prp_uri_parts
outdoorking_dev.customers_to_groups
outdoorking_dev.customer_groups
outdoorking_dev.ceon_uri_mapping_prp_uri_parts
outdoorking_dev.stripe
Table does not support optimize, doing recreate + analyze instead
It appears that ceonurl mapping module might be causing most of the issues because in the past the search worked reasonable well until I decided to cleanup the site because of people that worked on left a lot of files on the site that should not be there.
At present I am testing on my dev site first and when something is woirking correctly I update the live site and then move on to the next module and check if that has issues as well.
Slowly, slowly so I don't make errors with the live site.
Should I run the command that is suggested for the files that have issues?
Also as I don't use the stripe module should I remove it from the site to fix that issue?
I forgot to say that I am using bootstrap version 3.6.2 which I am going to update today to the same as the live site.
Last edited by Bruce1952; 18 May 2025 at 12:16 AM.
Outdoorking
Live Site www.outdoorking.com.au
I am using the Banner Manager for the Homesliders in bootstrap and the banners are moving too quickly. I can't remember where the setting is to speed it up or slow it down. Can anyone direct me to it?
Best,
Goldbuckle
Not a setting, but a code change/addition. See this (https://getbootstrap.com/docs/4.4/co...ousel/#example) bootstrap example.