#6954 Timeout while processing formatting for tickets in the issue tracker [ss6145]

unreleased
open
nobody
General
nobody
2015-03-31
2013-12-06
Chris Tsai
No

[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?

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-12-06

    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
            }
        }
    }
    
     
  • Dave Brondsema

    Dave Brondsema - 2013-12-06

    Problem is that the content includes [[, which is the beginning of our macro syntax, so caching is not considered.

     

Log in to post a comment.