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

Improve performance lazy loading #1335

Merged
merged 5 commits into from
Jan 18, 2024
Merged

Conversation

luanfreitasdev
Copy link
Collaborator

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

  • Bug fix
  • Enhancement
  • New feature
  • Breaking change

Description

The Current Load still overloads and forces the children to reprocess the items again, for example:

Suppose I carry 100 items twice (50 each). Each load will process the 100 items again.

This PR improves this to bring only what is necessary, for example:

Suppose I carry 100 items twice (50 each). Processing will be individual. Only 50 items will be processed, and then another 50.

Related Issue(s): #_____.

Documentation

This PR requires Documentation update?

  • Yes
  • No
  • I have already submitted a Documentation pull request.

@luanfreitasdev luanfreitasdev merged commit 7fab9dc into 5.x Jan 18, 2024
32 checks passed
@luanfreitasdev luanfreitasdev deleted the improve-performance-lazyloading branch January 18, 2024 19:41
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 this pull request may close these issues.

1 participant