Tell us what you are trying to do?
Views filter result load slow when enter the page, here you have an example hidden link
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
To troubleshoot this, I'll need to see how this view is set up in the admin area.
Can you please share temporary admin login details, in reply to this message?
(your website also has access protection turned on, so don't forget to include username and password for that too)
Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.
regards,
Waqar
Thank you for sharing these details.
I've checked the search behavior of your website's view "programacion actual" and couldn't notice any extraordinary slow loading of the results.
In general, the time taken by the search results update process depends on how complex the view's query is. The more complex the view's query is or the more data the query has to go through, the more time it will need to complete the loading process.
Here are a few general recommendations to further simplify the view's query:
1. From the view's "Content Selection" settings, you can uncheck the option "Don't include the current page in the query result".
2. From the view's "Custom Search" settings, you can disable the option "Show only filter options that would produce results".
3. Whenever possible, use taxonomy-based filtering, over custom fields-based filtering, as it is more efficient/optimized.
4. Whenever possible, use pagination to only show a fixed number of results per page, instead of showing all results.
5. Whenever possible, prefer to use the standard WordPress fields (title, post date, ID, etc), over the custom fields, for ordering the view's results.
I hope this helps and please let me know if you need any further assistance around this.
My issue is resolved now. Thank you!