According to the page render time plugin with everything else constant, .760 renders pages more slowly than .750. Anybody else seeing this?
X
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
.760 slower than .750?
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
Should be quicker - an SQL query has been removed in the session setup which improves performance. I haven't actually tested like for like though.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
From my tests (not extensive and not very scientific) .760 is a fraction (but only a fraction) slower when using non Xanthia themes since we used a templated module (header_footer) instead of echo'd PHP for the HTML to wrap the module output.
Firstly check your pnRender configuration and turn off compile checking and force recompilation as this now will have an impact on every page load. If using a xanthia theme then make sure that the check for updated templates and force recompilation are off.
If your using a xanthia theme (or have AutoTheme pro) then you can turn on full page caching for a good performance boost. I regulary have pages render in about .12-.15 seconds using this configuration.
-Mark
--
Visit My homepage and Zikula themes. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 151
Should cacheing be turned on in Xanthia or in pnRender. Also why are compile check and force compile options available in both pnRender and Xanthia? Xanthia and pnRender seem to offer very similar things and there doesn't seem to be any logic between when to use caheing in one and not the other or both or neither.
Could someone please explain what these similar functions do between the two modules.
I know I'm sort of hijacking this thread but it is sort of on topic. If not then I'll open a new thread. -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
Xanthia controls the templates for themes (themes/<your theme="theme">/templates) and pnRender controls templates for modules (modules/<mod name="name">/pntemplates). The two have different force compilation settings and check for updated compliation templates because the two modules have been written seperately following somewhat different development paths. In future PN releases these will be more closely integrated.
-Mark
--
Visit My homepage and Zikula themes.</mod></your> -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 171
Ok, i've done some further testing but i can't figure it out why.
I upgraded one of the postnuke sites on my vps from 0.750 to 0.760, turned sessions for anonymous users off, and removed to blocks from the frontpage. This site used to have the page render time between 0.5 and 1 second. Now it's somewhere between 2.5 and 5 seconds. Using a slightly modified PostNukeBlue xantia theme, pnrender caching activated, xantha caching not activated.
There are still a few sites running on 0.750 on the same vps. With heavier (more KB's output) classic themes they still get the page rendered in less than 0.5 seconds. So i think i can rule out the server.... -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
- Moderated by:
- Support
