By vjuhasz on
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
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
Good question
That's a good question, I'd be curious to know the answer as well.
If a module is not enabled,
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