FriendsOfShopware/FroshProfiler

What cache is profiled in the caching tab?

Closed this issue · 2 comments

Yeah, what cache is it? Opcache? APCu? File Cache? Doctrine Cache? Symfony HTTP Cache? Another Shopware cache? There are a lot of caches around ;)

shyim commented

Its the "core" Zend Cache from Shopware. So all configurations and services which use the DI service "cache". Which uses your selected cache adapter from config.php

Great. I see.