Pimcore supports some "magic parameters" which can be added to every request.
| Parameter | Description |
|---|---|
| controller/action/template/module | You can call a controller/action/template directly without a route eg.: http://www.example.com/?controller=my-app&action=my-action&template=my/template.php |
| pimcore_document | pdid | Sometimes it's useful to call a page directly by it's ID, you can do that for example with: http://www.example.com/?pimcore_document=345 |
| nocache | Setting this parameter disables every kind of cache. eg.: http://www.example.com/my/page?nocache=1 |
| pimcore_outputfilters_disabled |
Disables all outputfilters, incl. the output-cache. But this doesn't disable the internal object cache. |
| pimcore_dbprofile |
Logs every query during this request to /website/var/log/dbprofile-%VALUE%.log | Works only with Dev Mode = On (System Settings) |