Hello,
Does anyone know if it's normal for these two locale queries to run very frequently (they keep running one after other in queries.log):
SELECT pk_c_code, s_name, s_short_name, s_description, s_version, s_author_name, s_author_url, s_currency_format, s_dec_point, s_thousands_sep, i_num_dec, s_date_format, s_stop_words, b_enabled, b_enabled_bo
FROM (gsti_t_locale)
WHERE pk_c_code = 'en_US'
----
SELECT *
FROM (gsti_t_locale)
WHERE b_enabled = 1
ORDER BY s_name ASC
I think it's overflowing the database... I know I can try to disable plugins and themes to check but I want an opinion on this first.
Thanks, regards.