Sauter la navigation

[Fermé] Toolset Types Slows Down my Site

This support ticket is created Il y a 1 année et 2 mois. 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.

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Nigel Il y a 1 année et 2 mois.

Auteur
Publications
#2654031
Bildschirmfoto 2023-10-18 um 12.49.21.png

I checked something and see that types slow down my site.

what infos u need more?

#2654185

Nigel
Supporter

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: Europe/London (GMT+00:00)

Hi there

A single query that takes 0.1s is slow for a query, but not slow in the context of overall page load time.

We'd need to take a closer look to be able to offer much of an opinion.

But the query itself which is shown in your screenshot is a fairly simple query. The fact that it is slow to complete tells me that your site probably has a very large postmeta table. WordPress is notoriously slow at meta queries as the wp_postmeta table indexes are not optimised for it.

I suggest you try the Index WP MySQL for Speed plugin, to modify the indexes on the main WordPress tables, including wp_postmeta.

See https://wordpress.org/plugins/index-wp-mysql-for-speed/

Also, from your debug info, your server appears to be using an old version of MySQL (5.5.5), and we actually specify 5.6 as a minimum requirement: https://toolset.com/toolset-requirements/

Le sujet ‘[Fermé] Toolset Types Slows Down my Site’ est fermé à de nouvelles réponses.