Plugin Author
Katie
(@kseaborn)
Unfortunately that’s the trade-off of auto-updating — longer load times (because of AJAX and checking Zotero for updates every so often), but you don’t need to manually import to add or update anymore. I have an idea for using the cached requests that could speed things up (if it works) but it won’t be implemented for a while.
Thanks for the explanation Katie. Will keep a look out for that possible solution in future releases
Many thanks
Steve
Plugin Author
Katie
(@kseaborn)
A couple more ideas in the meantime: breaking the one shortcode into a few shortcodes (the fewer items per request, the quicker the request), or temporarily going back to 5.5.5 (since auto-updating was the main feature in 6.0.*).
Thanks Katie
Will try the first and see what happens
Plugin Author
Katie
(@kseaborn)
Feel free to try 6.1, which makes better use of the cache for shorter load times after the first request has been made.
Perfect Katie
Many thanks for your work on this
Plugin Author
Katie
(@kseaborn)
No problem. Still thinking on a solution for the first request (which still isn’t quick). Stay tuned …
Not an expert, and still figuring it out … but one approach might be to have a dynamic page you don’t publish, and then allowing people to copy the generated content to a static page … I know with Drupal, which I used before, it just cached and stored the content. … some kind of principle of publishing a bibliography (in my case a publication list) … is really the main purpose for loving the idea of this plugin …
here’s my current drupal pub list: http://seangoggins.net/?q=biblio&s=year&o=desc
I basically want to be able to use your plugin to do this in wordpress, and then also highlight specific articles on pages that are broken out by my research tracks …
So, some kind of caching, even if crude or hacky would be much appreciated.