You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Nico Kruber (Jira)" <ji...@apache.org> on 2019/08/19 22:06:00 UTC

[jira] [Created] (FLINK-13791) Speed up sidenav by using group_by

Nico Kruber created FLINK-13791:
-----------------------------------

             Summary: Speed up sidenav by using group_by
                 Key: FLINK-13791
                 URL: https://issues.apache.org/jira/browse/FLINK-13791
             Project: Flink
          Issue Type: Sub-task
          Components: Documentation
            Reporter: Nico Kruber
            Assignee: Nico Kruber


{{_includes/sidenav.html}} parses through {{pages_by_language}} over and over again trying to find children when building the (recursive) side navigation. We could do this once with a {{group_by}} instead.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)