Skip Navigation

[Resuelto] High autoload in database

This support ticket is created hace 6 años, 7 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Beda hace 6 años, 7 meses.

Asistido por: Beda.

Autor
Mensajes
#765663

Hi there, my site slowing down.
upon research found out that at wp_options there is high auto load numbers, in facts its number 1 in the query

SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 10

wpcf-fields : 230523 kb thats about 0.23 mb is that concern ?

#765842

i notice another thread on this

https: //toolset.com/forums/topic/autoloaded-wp_installer_settings/

wp_installer_settings was #2 high auto load at 112264kb.

will this code solve the issue for #2 ?

define( "OTGS_DISABLE_AUTO_UPDATES", true ); 
#784791

I am not sure about this.

I requested more details about the development process from the lead developer and will update you in regard.

Meanwhile, if you see a performance issue on your site related to Toolset, best is to (on a test site for example) try with Toolset only and eventually provide us access and a copy of that site.

I can then have a look, and see if I can pinpoint the issue's source.

I will need to know an URL where I will see the performance issue on the front or backend and a copy of the site:
https://toolset.com/faq/provide-supporters-copy-site/

#802888

We will work on improvements to this in a future development cycle of WPML.

It is not directly bound to Toolset alone, unfortunately.