Marius J.

Results 6 comments of Marius J.

It's actually easier to do since api-platform 2.6.4 and this fix: https://github.com/api-platform/core/pull/3525 For instance, on our side, we built a QueryBuilderHelper class we use to build the joins necessary to...

Hi, Even after upgrade to 3.0.7, there is no major change for us. Cache regeneration is still very long on our dev environment. A single change in an ApiResource leads...

Hello @k0d3r1s, We have ACPU installed and have some custom use cases for it. However, we didn't change the default API-P configuration for : - api_platform.cache.metadata.property - api_platform.cache.metadata.resource - api_platform.cache.metadata.resource_collection...

Hi all, Thanks for your inputs, I answer below: > What is your output of the command: > > `./bin/console debug:container api_platform.cache.metadata.resource_collection` ```shell Information for Service "api_platform.cache.metadata.resource_collection" ========================================================================= An adapter...

@gnito-org I've tried the explicit config as well but that doesn't change anything in our case. If I'm correct this is actually normal as this explicit config is the default...

Hi, I'm having the same problem here. It happens when your framework.yaml contains the following: ```yaml framework: # Enables session support. Note that the session will ONLY be started if...