
|
If you were logged in you would be able to see more operations.
|
|
|
uPortal
Created: 18/May/06 09:46 PM
Updated: 07/Feb/07 02:21 PM
|
|
| Component/s: |
Framework
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.5.4
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Tests show a 4x performance implement in XSLT transformation by using translets (compiled XSLTs).
* org/jasig/portal/utils/XSLT
o Added the functionality to use a xsltc transformer handler if applicable. Stylesheets will be dynamically compiled if:
+ The stylesheet is not blacklisted
+ The stylesheet or any included or imported stylesheet has a newer timestamp than does the translet.
o A stylesheet will be blacklisted and will default to the default transformer handler if:
+ The stylesheet is within a blacklist property.
+ The stylesheet fails compilation.
+ The stylesheet transformation fails.
Unicon seeks to include in baseline uPortal this performance improvement initially developed for Academus.
|
|
Description
|
Tests show a 4x performance implement in XSLT transformation by using translets (compiled XSLTs).
* org/jasig/portal/utils/XSLT
o Added the functionality to use a xsltc transformer handler if applicable. Stylesheets will be dynamically compiled if:
+ The stylesheet is not blacklisted
+ The stylesheet or any included or imported stylesheet has a newer timestamp than does the translet.
o A stylesheet will be blacklisted and will default to the default transformer handler if:
+ The stylesheet is within a blacklist property.
+ The stylesheet fails compilation.
+ The stylesheet transformation fails.
Unicon seeks to include in baseline uPortal this performance improvement initially developed for Academus. |
Show » |
|