Hi,

I am wondering if the disabled (but installed) modules do have an overhead, do make Drupal slower. Do they count or have no effect at all?

Thanks, Val

Comments

gopher’s picture

That's a good question, I'd be curious to know the answer as well.

coreyp_1’s picture

If a module is not enabled, then it is not loaded on any of the normal page loads. It just takes up disk space on your server.

The one exception to this is the module administration page, which loads all the module .info files, which can cause memory issues if your server does not set aside enough memory for php.

- Corey