Been getting some slow performance on commons.

When I open the slow query log, i see following listed several times.

SELECT fci.* FROM field_config_instance fci INNER JOIN field_config fc ON fc.id = fci.field_id WHERE (fci.entity_type = 'S') AND (fci.bundle = 'S') AND (fc.storage_active = 'S') AND (fc.deleted = 'S') AND (fci.deleted = 'S');

Now, I understand i would expect this if I did a mysqldumpslow, but shouldn't i only find in the slowquerylog actual parameters of real queries?

Comments

rockitdev’s picture

Issue summary: View changes