phpGroupWare - Patches: patch #4239, Template engine performance...
You are not allowed to post comments on this tracker with your current authentication level.
patch #4239: Template engine performance improvement
Submitter: | Kai Hofmann <powerstat> | ||
Submitted: | Tue 26 Jul 2005 01:31:36 PM UTC | ||
Category: | API - phpGWapi | Priority: | 5 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Mon 08 Aug 2005 01:07:29 PM UTC, comment #1: |
Kai Hofmann <powerstat> |
Tue 26 Jul 2005 01:31:36 PM UTC, original submission:
This patch improves the whole groupware's performance.
|
Kai Hofmann <powerstat> |
Attached Files
file #9207: template.patch added by powerstat (3KiB - application/octet-stream - Unified diff patch file)
file #9121: template.txt added by powerstat (2KiB - text/plain - Windows patch file for class.Template.inc.php)
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Updated patch:
- avoids css parsing,
- More speed improvements when no variables are within the block.
- added unset_var()
Attention:
This patch has the side effect, that unclean written
template code within the groupware will result it not displaying content.
We have found this within the following modules:
- projects
- addressbook
- tts
Fixing is easy - mostly you just have to add parse commands for blocks that have been cut out.