themosis / framework

The Themosis framework core.
https://framework.themosis.com/
GNU General Public License v2.0
670 stars 121 forks source link

themosis stores the node folder in the database #882

Closed ghost closed 1 year ago

ghost commented 1 year ago

Description

themosis is storing the content of the node folder in the database

image

I can't find how to avoid this, since it occupies a lot of weight in my database.

I found that it stores the theme

wp-content/themes/my_theme/node_modules/

Steps to reproduce

Expected behavior

jlambe commented 1 year ago

The Themosis core and bootstrapped theme do not contain code that parses the node_modules directory. There is no code performing any SQL queries on behalf of the user as well. I think the issue you have might be related to one of your installed plugins. Re-install WordPress using a fresh database and activate your plugins one by one to find which one is doing this.

ghost commented 1 year ago

the plugin is "wordfence" thanks jlambe