Bug #75730
closedSlow Backend because of node_modules folder
0%
Description
I experienced a really strange behaviour of my TYPO3 setup. My Backend got really slow. I then deleted the typo3conf/ext/template/Resources/Private/Preprocessing/node_modules
folder in my sitepackage that I need for pre-compiling my scss. Now backend speed is back to normal. This only happens on my production server (linux). On my local windows dev environment everything is great. I know technically on the production server folders things like `bower_components` and `node_modules` should be in .gitignore and not even on there.
Thoams Maroschik suggested the following:
I'm not sure whether it applies to TYPO3 but in Flow the Language service looked up the Resources folder for xlf files and traversed all folders/files. in case of node modules these are a lot
Files
Updated by Helmut Hummel over 8 years ago
- Status changed from New to Needs Feedback
Can you provide a stripped down example extension, which slows down the backend of an otherwise blank TYPO3 installation?
Otherwise we cannot reproduce this issue.
Updated by Philipp Faber over 8 years ago
It looks like it can also happen with my windows machine. I will try to create an example extension. I think Thoams Maroschik is on to something here.
Updated by Alexander Opitz almost 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.