Nope. In first it's trying get meta seo data from datastore...
if ( isset( \IPS\Data\Store::i()->metaTags ) )
{
$rows = \IPS\Data\Store::i()->metaTags;
}
else
{
$rows = iterator_to_array( \IPS\Db::i()->select( '*', 'core_seo_meta' ) );
\IPS\Data\Store::i()->metaTags = $rows;
}