•  
      request #10482 Improve performance of the page rendering engine
    Infos
    #10482
    Thomas Gerbet (tgerbet)
    2017-09-15 15:49
    2017-07-20 12:08
    10720
    Details
    Improve performance of the page rendering engine
    Most of Tuleap pages rely on the Mustache template engines to be rendered. Tuleap currently uses an old version of the engine and the latest version of the engine yields interesting performance improvement and has some new features that would be nice to have for Tuleap developers.
    Other
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-09-15
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2017-09-15 15:49
    I'm going to close this artifact as all has been merged on the Tuleap side. We are still waiting from a review on the PR made to bobthecow/mustache.php.

    • Status changed from Under review to Closed
    • Close date set to 2017-09-15
    User avatar
    Thomas Gerbet (tgerbet)2017-08-19 00:57
    A patch is under review: gerrit #8630.

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under implementation to Under review
    User avatar
    Thomas Gerbet (tgerbet)2017-07-20 15:18
    After some tests, it's painful to introduce Composer with the version of Mustache we currently use. It's not PSR-0 or PSR-4 compliant so it's a bit painful.

    I prefer to introduce Composer with a "standard"/"non hacky" case. I'm going to use the request #10486 to do that and then upgrade Mustache.