[forge:site-support:#6145]
Hi SF,
We get a timeout when two bugs in the tracker try to process the formatting. The data is displayed by the API through.tickets:
https://sourceforge.net/p/compassresearch/tickets/173/
https://sourceforge.net/p/compassresearch/tickets/174/The issue means that we cannot change the tickets through the web interface.
Cheers,
Kenneth
Perhaps this needs some caching love?
Timings:
{ "time": "2013-12-06 15:28:38,615", "level": "INFO ", "name": "stats", "message": { "url": "/p/compassresearch/tickets/174/", "uptime": 2574, "call_counts": { "sidebar": 1, "markdown": 1, "jinja": 1, "mongo": 1409, "total": 1, "ming": 1494 }, "request_category": "tickets", "timings": { "sidebar": 246, "markdown": 36905, "mongo": 7387, "ming": 7419, "total": 38528, "jinja": 37857 } } }Problem is that the content includes
[[, which is the beginning of our macro syntax, so caching is not considered.