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

[NFR] Page layout behaviour. #72

Open
lantian opened this issue Jul 1, 2014 · 2 comments
Open

[NFR] Page layout behaviour. #72

lantian opened this issue Jul 1, 2014 · 2 comments
Labels
Milestone

Comments

@lantian
Copy link
Contributor

lantian commented Jul 1, 2014

Currently page layout can be changed via admin panel and it renders inline. I think that changing this behaviour will add some performance improvements...

Idea is simple - each time, when page layout is saved with widgets - this page will be generated as php cache (full layout, just with widgets calls, and their parameters). This will slightly improve dynamic page rendering.

@lantian lantian added this to the 0.5.0 milestone Jul 1, 2014
@lantian lantian added the FEATURE label Jul 1, 2014
@pgasiorowski
Copy link
Contributor

There might be some widgets that are dynamic.
I think, it would be nice if each page could have a checkbox to let us chose if it should be cached.

@lantian
Copy link
Contributor Author

lantian commented Aug 28, 2014

There might be some widgets that are dynamic.
I think, it would be nice if each page could have a checkbox to let us chose if it should be cached.

Widgets would not be cached... This idea is propose caching only for template. All widgets calls will be the same. This cache will decrease database queries and volt rendering for each request.

@lantian lantian modified the milestones: 0.5.0, 0.6.0 Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants