• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7491: Profiling and performance tuning
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
Closed |
|
patch |
6.0.1 |
Detail
I have the
TWiki:Codev.TWikiTimeDebug
feature already working on a TWiki installation. Based on this here is some performance tuning:
- TWiki forms always calls expandCommonTags for size and value, regardless if there are variables to expand or not. expandCommonTags is now called conditionally.
--
TWiki:Main/PeterThoeny
- 2014-05-15
Improved rendering speed considerably for big pages:
- Improve line loop that creates lists - expensive _addListItem() was called for each line even if not needed - a big page loads now in 3.0 sec vs 4.8 sec before!
--
TWiki:Main.PeterThoeny
- 2014-07-10
I am closing this for the TWiki-6.0.1 release.
--
TWiki:Main.PeterThoeny
- 2014-10-04