Recently I migrated one of my small application to using Tiles. When running it, I found the app is slow when retrieving a page. The GUI now is assembled piece by piece and has more deployment script need to read (definition xml, etc.). Although it's more reusable, more consistent,
I was wondering if it will degrade performance when the GUI is complexed. Any one experienced the same issue?
-
Performance issue when using Tiles (2 messages)
- Posted by: Lucy H
- Posted on: April 29 2003 12:42 EDT
Threaded Messages (2)
- Performance issue when using Tiles by stephen smithstone on April 30 2003 09:15 EDT
- No extra configs by Marina Prikaschikova on April 30 2003 14:00 EDT
-
Performance issue when using Tiles[ Go to top ]
- Posted by: stephen smithstone
- Posted on: April 30 2003 09:15 EDT
- in response to Lucy H
If the tiles are not compiled then the pages will take a little long but when the tiles are compiled then they shud be a decent speed i find on my web applications -
No extra configs[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: April 30 2003 14:00 EDT
- in response to Lucy H
You can use templates right from JSP. See Template taglib from
Coldtags suite: www.servletsuite.com/servlets/template.htm