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.
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.