Background of the issue:
I am trying to resolve an issue where my site, which uses WPML, has been closed by our ISP provider due to high database queries. The issue involves heavy SQL queries related to WPML, specifically with the 'oid_options' table and 'wpml.WPMLTMSettingsProcessNewTranslatabl'. The site can be accessed at versteckter Link.
Symptoms:
The site has been closed by the ISP provider because of high database queries. The SQL logs show repeated 'INSERT IGNORE INTO oid_options' and 'SELECT autoload FROM oid_options' queries.
Questions:
Why is WPML causing heavy SQL queries?
How can I reduce the database load caused by WPML?