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

loading slowly when preview with shift #12

Open
F-12 opened this issue Aug 12, 2016 · 1 comment
Open

loading slowly when preview with shift #12

F-12 opened this issue Aug 12, 2016 · 1 comment

Comments

@F-12
Copy link

F-12 commented Aug 12, 2016

When searched in devdocs.io, content can be loaded fast due to indexDB used by devdocs.io website. But when searched in alfred, it takes too much time to preview the docs. It seems that alfred cannot take advantage of indexDB to cache devdocs documentation, therefore request content via network when using shift to preview the docs.
Is there any solution to promote the preview performance?

@F-12
Copy link
Author

F-12 commented Jul 25, 2017

here is a solution for those guys deeply depending on alfred-devdocs workflow:

start a local devdocs server according files at [devdocs|https://github.com/Thibaut/devdocs#quick-start],
then modify the baseUrl defined in [devdocs.php|https://github.com/yannickglt/alfred-devdocs/blob/master/src/scripts/devdocs.php] on your disk.

Now you can use shift to preview the search result fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants