Hi,
I'm using the 2.2 Docker image tag of Buggregator.
I try to profile a Magento 2 application, but I found 2 Problems in the "Top Functions" frontend:
- List is not scrollable. My profile is quite big and I can not scroll down on the huge list. There are a lot of "overflow: hidden" settings when walking down the CSS path to each table cell that is generated.
- Sorting of table colums in both directions is not possible. I can click on the table header one time and it gets sorted. The second time nothing is happening. This is the same for all table columns.
I hope this gets fixed soon … as your tool is really great.
By the way … if I do not configure an explicit memory setting for the container it crashes all the time after some profiles are recorded.
So I assigned a fixed memory limit to it:
deploy:
resources:
limits:
memory: 1G
The container then runs stable and the momory limit never gets hit.
Kind regards
Thomas
Hi,
I'm using the 2.2 Docker image tag of Buggregator.
I try to profile a Magento 2 application, but I found 2 Problems in the "Top Functions" frontend:
I hope this gets fixed soon … as your tool is really great.
By the way … if I do not configure an explicit memory setting for the container it crashes all the time after some profiles are recorded.
So I assigned a fixed memory limit to it:
The container then runs stable and the momory limit never gets hit.
Kind regards
Thomas