Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize PDF index generation #2086

Closed
eerohele opened this issue Oct 7, 2015 · 1 comment
Closed

Optimize PDF index generation #2086

eerohele opened this issue Oct 7, 2015 · 1 comment
Assignees
Labels
enhancement Changes to an existing feature plugin/pdf Issue related to PDF plug-in priority/medium Medium (or unknown) priority issue

Comments

@eerohele
Copy link

eerohele commented Oct 7, 2015

When publishing the DITA 1.2 spec with FOP, for instance, index generation is the slowest part of the PDF2 stylesheets. index_fop.xsl especially could be rewritten using XSL keys for better performance. index.xsl, too, has some expensive XPath expressions.

@eerohele eerohele added plugin/pdf Issue related to PDF plug-in enhancement Changes to an existing feature performance labels Oct 7, 2015
@jelovirt jelovirt added the priority/medium Medium (or unknown) priority issue label Oct 7, 2015
@eerohele eerohele self-assigned this Oct 10, 2015
eerohele pushed a commit to eerohele/dita-ot that referenced this issue Oct 11, 2015
@jelovirt jelovirt added the ready label Oct 21, 2015
jelovirt added a commit that referenced this issue Oct 26, 2015
Optimize FOP PDF index generation #2086
@jelovirt
Copy link
Member

Implemented in PR #2098

@jelovirt jelovirt removed the ready label Oct 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to an existing feature plugin/pdf Issue related to PDF plug-in priority/medium Medium (or unknown) priority issue
Projects
None yet
Development

No branches or pull requests

2 participants