eav-manager
eav-manager copied to clipboard
Urgent : Profiler : SQL Queries are not available
The Doctrine profiler is disabled in EAV. But as the EAV profiler does not work, it is not possible to see what queries are made in a request.....
I think this issue should be prioritized because it breaks all debugging options when using the EAV.
The solution is to removed the model data collector :
# debug.yaml
#services:
# Sidus\EAVModelBundle\Profiler\ModelConfigurationDataCollector:
# arguments:
# - '@Sidus\EAVModelBundle\Registry\FamilyRegistry'
# - '@Sidus\EAVModelBundle\Registry\AttributeTypeRegistry'
# tags:
# - { name: data_collector, id: sidus_eav_model, template: "@SidusEAVModel/Profiler/sidus_eav_model.html.twig" }
# Sidus\EAVModelBundle\Profiler\DataLoaderCollector:
# tags:
# - { name: data_collector, id: sidus_data_loader, template: "@SidusEAVModel/Profiler/sidus_data_collector.html.twig" }