Want to take a deep look into your code performance?
Then use the PHP profiler tideways. You only need to do 2 things:
- Create a tideways account
- Configure your API key in the docker environment
Variable | Default Value | Description |
---|---|---|
TIDEWAYS_KEY | Required | |
TIDEWAYS_ENV | production | Set an environment variable to seperate the profiles in tideways. The default is production, as this is in the flex plan of tidwayes the only available environment. |
TIDEWAYS_SERVICE | web | Use this differe between different components/services of your project such as example shop, api etc. |
dockware:
image: dockware/dev:latest
...
environment:
- TIDEWAYS_KEY=xxx
- TIDEWAYS_ENV=production
- TIDEWAYS_SERVICE=myshop