Skip to content
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

CP performance issue with relationships in grids #3966

Open
shbchk opened this issue Dec 22, 2023 · 1 comment · May be fixed by #4031
Open

CP performance issue with relationships in grids #3966

shbchk opened this issue Dec 22, 2023 · 1 comment · May be fixed by #4031

Comments

@shbchk
Copy link

shbchk commented Dec 22, 2023

ExpressionEngine 7.3.12

It becomes painfully slow when there are more than a couple of dozens of grid rows with multiple relationships (grand total of over a hundred relationships).

I suspect, it's because of 15MB of this:

Screenshot 2023-12-23 000703

And some of this:

Screenshot 2023-12-22 235322
@intoeetive
Copy link
Contributor

@Yulyaswan do you think this is something that we can optimize? Like, add some hash and if the hash matches, do not load/use data-dropdown-react property (if we could do that, we could only load it for one row in Grid)

I also realize this is some sort of edge case though...

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

Successfully merging a pull request may close this issue.

2 participants