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

[NodeBundle] performance fixes #710

Merged
merged 1 commit into from
Sep 15, 2015
Merged

Conversation

wimvds
Copy link
Contributor

@wimvds wimvds commented Sep 15, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets

This will fix performance issues with sites that contain lots of nodes that were created with the page creator. You will still have to run the following query on these projects once after updating though (using a migration or by hand on the DB) : UPDATE kuma_nodes SET internal_name = NULL WHERE internal_name = ''

@krispypen
Copy link
Contributor

@roderik 👍

@krispypen krispypen added this to the 3.3.1 milestone Sep 15, 2015
@roderik roderik changed the title performance fixes [NodeBundle] performance fixes Sep 15, 2015
roderik pushed a commit that referenced this pull request Sep 15, 2015
[NodeBundle] performance fixes
@roderik roderik merged commit 0ac685f into Kunstmaan:master Sep 15, 2015
@wimvds wimvds deleted the performance-fixes branch October 7, 2015 14:06
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.

None yet

3 participants