Forums › Forums › Search & Filter Pro › Result load speed
Tagged: slow
- This topic has 5 replies, 3 voices, and was last updated 1 year, 9 months ago by Trevor.
-
Trevor(Private) December 10, 2020 at 12:04 pm #269385
I do not think the speed could be improved much, as the results are being loaded using JavaScript and have to make direct calls to your database. The only improvement you could possibly make is to have a server highly optimized for speed in this type of operation.
Traditional hosting servers are frequently not configured to handle the data requests between the CPU, various caches and the disk drive. This is not a criticism of such hosting, they meet a need for most users. But, when you are performing searches, you may need to consider (potentially) more expensive hosting if you wish/need to avoid the speed/response issues. I am loath to make recommendations, but can, privately, if you wish. There is only one specialist who operate at the very top end of performance though, and, not unexpectedly, they are also not inexpensive. That would be Kinsta.
Because search results are dynamic, using a CDN for the results pages will also slow the process down, as they will not have a cache of the particular results requested.
Anonymous(Private) January 29, 2023 at 4:39 pm #2767351 year later same issue here ! I think there is a problem with speed.
My whole site and the 60 blocks load super fast but it is your filter that is slow.
If everything loads so fast why would filter results make it slower?
Well very disappointed 😔Trevor(Private) January 29, 2023 at 4:54 pm #276737I replied to your ticket in our support area, but I will copy that reply here also.
The other content you mention is static, and so can be held in cache. However, search results have to be made using read/writes with your server hard drives, and this is where the bottleneck will be. Cached content will not have to do this, and so will be much faster.
There is no way to avoid this where you have dynamic (uncached) content.
-
AuthorPosts