Skip to content

v2.2 "Top Functions" in profiler not scollable and sortable #280

@ThomasNegeli

Description

@ThomasNegeli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions