Joel Richard created FELIX-4953:
-----------------------------------
Summary: Web console: Configuration manager and Bundles list
should use a template engine for faster rendering
Key: FELIX-4953
URL: https://issues.apache.org/jira/browse/FELIX-4953
Project: Felix
Issue Type: Improvement
Components: Web Console
Affects Versions: webconsole-4.2.8
Reporter: Joel Richard
The configuration manager and the bundle list takes around 2.5 seconds to
render although the html is loaded very quickly. The problem is how the table
is assembled: Instead of using a template engine, it uses jQuery to clone each
row and insert the content. Therefore, I would suggest to rewrite this code and
use a proper template engine instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)