- Issue created by @SirClickALot
- 🇫🇷France vbouchet
Hi,
The "Add memory information in response headers" will provide informations that you can see when doing a right click > inspect and check the network tab. Refresh the page and check the headers of the response. It will tell you the memory, if it has been overridden by the module and if yes, which rules apply.
However, in your case it will never fire for multiple reasons. First of all, you used the route plugin but you actually filled in path. The route name for /admin/people/permissions is user.admin_permissions and the route name for /admin/config/development/configuration is config.sync. If you want to fill path (which is probably easier), you should use the path plugin instead. Second, all the conditions of a policy must apply for the memory limit to be overridden. In your case, even if you use the path plugin instead, you can't be at the same time on /admin/config/development/configuration and /admin/people/permissions. Both route and patch plugins expose a textarea which allow to fill multiple routes or paths.
I will create a task to validate the routes on submit.
Let me know if it helps solving your issue.
- 🇬🇧United Kingdom SirClickALot Somerset
Ah, now I understand. thanks very much @vbouchet, that's very clear.
I will continue to experiment.
- Status changed to Closed: works as designed
over 1 year ago 11:51am 6 April 2023 - 🇫🇷France vbouchet
Thanks for the very quick reply and happy it helped. I am closing the issue to keep the issue queue clean but if you need more support, feel free to reopen.