Navigation überspringen

[Gelöst] Page is loading very slow due to no of results displayed by view

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem: My View includes about 850 results, and this is slowing down the performance of the page.

Solution: The best solution is to enable pagination for this View. You may also consider adding a caching plugin.

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-pagination/

This support ticket is created vor 6 Jahren, 3 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von vimalS vor 6 Jahren, 3 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1122558
Screenshot_1.png

Tell us what you are trying to do : Improve page speed.

Is there any documentation that you are following : versteckter Link

Is there a similar example that we can see?

What is the link to your site : versteckter Link

In above page pingdom shows 15 sec to load page and page size is 1.9 mb, it is due to no of results displayed in page is more.
Can you suggest any way to improve it?

#1122991

Hi, the easiest solution is to enable pagination for this View. This will lower the number of results displayed (currently about 850), and reduce the overall size of this page. Then you can add pagination links to this View, so your Users can browse through all the results, page by page. We also offer an infinite scrolling option if you do not want to include pagination links. There is more information about pagination here:
https://toolset.com/documentation/user-guides/views-pagination/

Without pagination, your best bet is to include a caching plugin. However, this will not reduce the size of the page. It will only speed up the time-to-first-byte.

Let me know if you have questions about pagination or caching.

#1123499

My issue is resolved now. Thank you!