De Cramer Oliver
De Cramer Oliver
Hi, First thanks for this tool, it really is awesome. I found myself comparing 2 dump on a few occasions and trying to see where I am leaking. So I...
If we leave the default configuration opcache is not utilized at it's best. Calling `opcache_get_status(false);` will return a `cache_full`. This means caches are invalidated quite often. The issue comes from...
When going throught the docs there is references to classes that don't exist anymore... It would be better to actually delete them then leave them as they are, it's confusing...
I have took the content of the job file of the EE version; the missing job instances prevent things like mass delete of products from working. Regards
[API][DOC]Adding a tip about api's preventing methods beside GET to load non cart orders by default
| Q | A |-----------------|----- | Branch? | 1.13 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related...
Hello, When we install the bundle our product api's brakes/changes. (Unless I missed something) For example the path for the api `api/v2/shop/products/{code}` becomes `api/v2/products/{code}` the content returned by the api...
This fixes issue https://github.com/BitBagCommerce/SyliusWishlistPlugin/issues/272 When a user is connected each wishlist should have a unique token, beacause the api's uses these tokens.