sjwiesman edited a comment on issue #9444: [FLINK-13726][docs] build docs with 
jekyll 4.0.0.pre.beta1
URL: https://github.com/apache/flink/pull/9444#issuecomment-522634341
 
 
   When I previously profiled the docs build 99% of the time is spent rendering 
`_includes/sidenav.html`. This is because of all the liquid tags to build 
custom side navigation for each page. Specifically every time a page is 
rendered every other page must be loaded into memory and parsed to build that 
navigation. In my opinion, the single best thing we could do is re-write the 
side nav in either pure javascript or render it once to HTML with a little 
javascript to customize it for each page. I think this could get us down to 
single-digit build times. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to