rss.jsp could do with some optimization
---------------------------------------
Key: JSPWIKI-138
URL: https://issues.apache.org/jira/browse/JSPWIKI-138
Project: JSPWiki
Issue Type: Improvement
Components: Core & storage
Reporter: Janne Jalkanen
Priority: Minor
rss.jsp is one of those pages which gets hit a lot these days - most bots seem
to be very keen on checking RSS feeds pretty regularly. Currently there are
bandwidth-saving checks in place (304 check), but still, it might be good to
add some additional optimizations to it. Some options:
* Profile rss.jsp and check where the major time wasters are; both for changed
and unchanged cases
* Add caching of the XML [very similarly to current RenderingManager caching]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.