FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

What cache is profiled in the caching tab? #89

Closed buddhaCode closed 6 years ago

buddhaCode commented 6 years ago

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 6 years ago

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

buddhaCode commented 6 years ago

Great. I see.