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

Bad Performance and problem with locale #15

Closed
arademaker opened this issue Mar 22, 2013 · 2 comments
Closed

Bad Performance and problem with locale #15

arademaker opened this issue Mar 22, 2013 · 2 comments

Comments

@arademaker
Copy link

I am still having a really bad performance with jekyll-scholar. With only 170 md files and 57 bib files jekyll needs more than 2/3 minutes to generate the site. If I remove the plugin of jekyll-scholar, it takes less than 30 sec.

After the last gem update, I am now if a new problem. Looks like the process is interrupted. After 5 min without any output, I interrupted it with CTRL-C. The following is the output:

$ jekyll
Configuration from /mysite/_config.yml
/Library/Ruby/Gems/1.8/gems/citeproc-ruby-0.0.6/lib/plugins/formats/default.rb:9: warning: already initialized constant Token
/Library/Ruby/Gems/1.8/gems/citeproc-ruby-0.0.6/lib/plugins/formats/default.rb:10: warning: already initialized constant AffixFilter
Building site: /mysite -> /mysite/_site

^CERROR  CiteProc : Failed to open locale file, falling back to default:
^CERROR  CiteProc : Failed to open locale file, falling back to default:
^CERROR  CiteProc : Failed to open locale file, falling back to default:
^CERROR  CiteProc : Failed to open locale file, falling back to default:
^CERROR  CiteProc : Failed to open locale file, falling back to default:
^C/Library/Ruby/Gems/1.8/gems/nokogiri-1.5.9/lib/nokogiri/xml/node_set.rb:237:in `each': Interrupt

Any idea?

@bjoseru
Copy link
Contributor

bjoseru commented Mar 23, 2013

Have you changed your code from the old notation to the new, command line
argument like notation? Like in {% bibliography books %} becomes {% bibliography --file books %} and {% bibliography cited %} becomes {% bibliography --cited %}. The recent update to 1.0.0 likely has broken these
things. There are some more options described in the README.

@inukshuk
Copy link
Owner

Please see #4 for the performance issue – this will not be fixed before the new CSL processor is ready.

@inukshuk inukshuk closed this as completed Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants