-
Notifications
You must be signed in to change notification settings - Fork 64
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
node_modules folder significantly slow down the scan process #899
Comments
I'll check it out! |
By default following folders in the plugin are ignored. $default_ignore_directories = array(
'.git',
'vendor',
'node_modules',
); It is quite strange that PCP is checking node_modules folder in your case. |
You can try to install the following package to make it same with mine and check again to scan PCP.
|
I tried with above |
Yes, its not reproduce the error, but the scan process very very slow |
Hi All,
I am using Plugin Check (PCP) and not using WP-CLI but using WordPress admin interface, In this case my node_modules folder inside the plugin folder so it significantly slow down the scan process.
The scan process can takes more than 3 minutes when the node_modules folder (and all its packages) exist inside plugin directory. Can I ignore the node_modules folder? Thanks
The text was updated successfully, but these errors were encountered: