themosis / framework

The Themosis framework core.

Home Page:https://framework.themosis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

themosis stores the node folder in the database

havasjeancarlostrabajo opened this issue · comments

  • Themosis Version: 2.1
  • WordPress Version: 6.1
  • PHP Version: 7.4

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

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.

the plugin is "wordfence" thanks jlambe