Skip Navigation

[Resolved] Speeding up pageload times

This support ticket is created 6 years, 6 months ago. 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by josephQ 6 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#957231

This is a very general question / issue. My website is loading more slowly than I would like. I've enabled a caching plugin (WP Super Cache), deleted extraneous tables, cleaned up the database with WP Sweep, but it has helped little.

There are many images on my site, and they could be reduced in size and quality. But even the textual content on the pages seems to load very slowly (more than 2 seconds).

Are there recommendations that Toolset Support might have for page-load optimization?

#957895

We can help related to Toolset and it's performance, not related to a website's performance in general.

For Toolset, if you notice that your site is slow, and suspect, or want to exclude, Toolset from the possible source of issue, please proceed as outlined:

1. In a Perfect case, duplicate the site to a staging server
2. If that cannot be done, backup the site
3. Disable all Plugins and enable Twenty Seventeen Theme
4. Make sure, and this is important:
- that MU (Must Use) and other "non default" plugins are disabled as well
- those plugin, specially Cache Plugins, often cannot just be disabled (they require more action to really be deactivated)
==> For example tis is how you remove TotalCache:
hidden link
5. Make sure as well Server side, there is no caching active, and you run a compatible server:
https://toolset.com/toolset-requirements/
6. Test again.

If now a performance issue persist, it may very well be due to Toolset.
Otherwise, the issue is due to something else and cannot be handled here.

If the issue is due to Toolset, or may be, you could follow these steps:
1. Disable Toolset Plugin one by one
2. Check by which the issue is gone and check what that Plugin you just disabled does.

For example, if when you disable Views, the issue is gone, then most likely, you display a View or Content template on the pages that are slow loading.
Those Views would then be the source of the issue.

==> I always warn from customized image sizes, for the reason that they add a second each image, in load time

This happens in Views when you have lots of images listed, and for each image, you did pass a Custom Size in the ShortCode with which you display that image.
In that case, the code generates the new custom size each time the image loads.

I suggest, if you use that, to change those sizes in the ShortCodes to a predefined, set by the Theme Thumbnail or Image size.

That often solved performance issues in the past.

For more generic details you can also refer here to the docs, or ask me any detail if you are not clear about something:
https://toolset.com/documentation/user-guides/front-page-filters/how-to-use-views-parametric-search-on-large-sites/
https://toolset.com/forums/topic/can-toolset-can-handle-a-big-db/#post-379949

#958317

Beda,

Thanks for your thorough response. On a slow day, I will put all of your recommendations into practice to try to identify the speed culprit.

Thanks again!