Forums › Forums › Search & Filter Pro › Ajax Search Issues
Tagged: ajax, search speed issue
- This topic has 28 replies, 2 voices, and was last updated 8 years, 3 months ago by Trevor.
-
Trevor(Private) August 8, 2016 at 12:42 pm #53805
Done.
I do not think so. Is the search form ONLY on the home page? What happens if you make it a Post Type archives search? I have set it to that for you, and changed the results Container to match. Your site is slow to load the results, but otherwise it seems to work.
Trevor(Private) August 9, 2016 at 10:16 am #53931When you do a search, the server has to specifically fetch the required data and it has to find the post id’s inside the cache tables. When you load a normal page, as the content will be much the same as the last time it was asked for, it is often in local memory, meaning it arrives fast. You would be able to get a better idea of what is going on than me, as you have the possibility to see CPU load, Disk read/writes and memory usage.
For example, I do not know how much memory you have available to PHP and how much of that you have assigned to WordPress (the default is 40M, IF PHP memory_limit is that high – some hosts set it to default at just 32M).
The comparison you make is invalid. You simply need to find out what is going on in the server when the Ajax request is made and then start to address that.
Your site appears to be hosted by Hostgator. They were a great host until they got swallowed up by EIG.
I just made a search for
what host does eig own
on Google and got these two links as the top 2 results:http://researchasahobby.com/full-list-eig-hosting-companies-brands/
http://www.linux-depot.com/non-endurance-international-group-eig-hosting/Trevor(Private) August 10, 2016 at 8:13 am #54045Before I do this, by private reply, can you confirm the hosting plan that you are on with Hostgator and how much you pay for this (per month or per year)? Can you also confirm if the server is using either:
Apache alone
Apache with nginx as reverse proxy
nginx aloneAnd which versions?
What version of PHP
What version of MySQL or MariaDB
Does the server have any cache software (OpCache, Varnish etc)
If you have a VPS or dedicated server, what resources does your plan include?
# of CPU cores
RAM
Disc Space (standard disc/RAID Array or SSD)
Control Panel Software (e.g. cPanel) and version
Server OS and version (e.g. Centos 7)In WordPress, are you using any cache software, like CometCache?
-
AuthorPosts