Bug #31966
Slow rendering because of USER_INT
| Status: | New | Start date: | 2011-11-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | tx_wtdirectory_pi1 | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hello
Im using wt_directory on a slow webserver to display about 40 records on a page. The rendering of this page was very slow (about 15-20s), so I analyzed the rendering process. I found out, that the content rendered by wt_directory was not cached and had to be generated every time...
The cache was not used because of the setup-configuration (see screenshot). I've added the following typoscript to speed up the rendering (use of cache):
plugin.tx_wtdirectory_pi1 = USER
Now the page is displayed in the browser after about 1-2s. It might be helpful for other installations to add the line above to your setup-configuration in the next version...
Kind regards, Freddy