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

IBX-9289: NodeFactory optimization #1405

Merged
merged 3 commits into from
Dec 12, 2024
Merged

Conversation

barw4
Copy link
Contributor

@barw4 barw4 commented Dec 5, 2024

🎫 Issue IBX-9289

Related PRs:

https://github.com/ibexa/content-tree/pull/88

Description:

We want to avoid loading whole content in the NodeFactory because of the obvious performance problem.

Translations will be served in the loadNodeExtendedInfoAction for the NodeExtendedInfoVisitor directly as we only need them for previewing the "Preview" menu item in the ibexa/content-tree package.

The rest of properties fetched from API\Content can be fetched from API\ContentInfo: versionNo and mainLanguageCode.

Links to BF profiles are present in the ticket's comment.

@barw4 barw4 requested a review from a team December 6, 2024 14:46
@tomaszszopinski tomaszszopinski force-pushed the ibx-9289-node-factory-performance branch from 6d66425 to 01d0cfc Compare December 12, 2024 08:26
Copy link

sonarcloud bot commented Dec 12, 2024

Copy link
Contributor

@tomaszszopinski tomaszszopinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA approved on Ibexa DXP 4.6 commerce.

@mikadamczyk mikadamczyk merged commit 06d1b32 into 4.6 Dec 12, 2024
29 checks passed
@mikadamczyk mikadamczyk deleted the ibx-9289-node-factory-performance branch December 12, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.