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

spacemacs is very slow when open a large project #8786

Closed
yejunsun opened this issue Apr 24, 2017 · 2 comments
Closed

spacemacs is very slow when open a large project #8786

yejunsun opened this issue Apr 24, 2017 · 2 comments
Labels
stale marked as a stale issue/pr (usually by a bot)

Comments

@yejunsun
Copy link

Description

Press [SPC p p] to find a project, then open it. It takes about 15s to open it.
There are 875 files, include files in subdirectory , in the project.
It's a maven project.

Reproduction guide

  • Start Emacs
  • Press [SPC p p] to find a project, open a large project.

Observed behaviour:
It took too long time to open a large project.

Expected behaviour:
Open a large project fast.

System Info

System Info 💻

  • OS: darwin
  • Emacs: 25.1.1
  • Spacemacs: 0.200.9
  • Spacemacs branch: master (rev. 8e1af14)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: hybrid
  • Completion: helm
  • Layers:
(javascript helm auto-completion better-defaults emacs-lisp git markdown org
            (shell :variables shell-default-term-shell "/bin/zsh" shell-default-position 'bottom shell-default-height 30)
            spell-checking syntax-checking version-control)
  • System configuration features: JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES
@CeleritasCelery
Copy link
Contributor

You should enable caching so that it is only slow the first time (setq projectile-enable-caching t). All subsequent calls will be much quicker.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

2 participants