8000 [VarDumper] Improve rendering in HTML format · Issue #35800 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[VarDumper] Improve rendering in HTML format #35800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Chi-teck opened this issue Feb 20, 2020 · 1 comment · Fixed by #35959
Closed

[VarDumper] Improve rendering in HTML format #35800

Chi-teck opened this issue Feb 20, 2020 · 1 comment · Fixed by #35959

Comments

@Chi-teck
Copy link
Contributor

Description
Currently the dump is rendered expended and then it is collapsed by JavaScript which creates an annoying flickering. Also I think there is a performance problem here. To process a dump of a big object like HTTP Kernel Sfdump() calls toggle() about 120 times and it takes 35 - 50 ms on my environment. That's too slow.
Can we render an object dump collapsed by applying an appropriate CSS styles on server side?

@nicolas-grekas
Copy link
Member

I'm sure we can, but I don't know how. Someone needs to make it happen. Up to give it a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0