Ross Gardler wrote:
David Crossley wrote:

Ross Gardler (JIRA) wrote:

Ross Gardler closed FOR-910.
----------------------------

   Resolution: Fixed
     Assignee: Ross Gardler

The resource is retrieved so often because it is needed to build the navigation menus, which are on every page.



Yes, however it is still strange that there are so many requests.
There are only 33 html pages generated, yet 603 requests for doap.xml
So perhaps there is another issue with this "projectDetails" stuff.


Good point.

I didn't do any testing after my cache patch other than to look at the time for site generation. Theoretically it should only be requested once now.

Incidentally, I did not revert Davids workaround [1] of retrieving the content from the local src directory instead of SVN. This was because of my lack of exhaustive testing.

If anyone gets the time to revert Davids change and check that we are only retrieving the remote resource once that would be great. Otherwise we need to change this text from the index page of the plugin docs:

"Using the locationmap you can retrieve this content from anywhere you want, for example, the DOAP file for the Forrest project comes from directly from SVN, thus we are always assured of it being up to date."

Ross

[1] http://svn.apache.org/viewvc?view=rev&revision=424889