<html><body bgcolor="#FFFFFF"><div>I agree with Carl it is an administrative task and should be let to site Admins, but could the modules list page feature a "last used" timestamp column to help site admins know when it was the last time a module was used?</div><div>This info could be helpful for the auditing purposes James explained in his other posting.<br><br>Inviato da iPad</div><div><br>Il giorno 09/gen/2011, alle ore 20:55, Carl Wiedemann &lt;<a href="mailto:carl.wiedemann@gmail.com">carl.wiedemann@gmail.com</a>&gt; ha scritto:<br><br></div><div></div><blockquote type="cite"><div>I believe the original question is not whether a module is enabled or not but whether an enabled module is actually being used *at all.*<div><br></div><div>It's up to the site builder to pay attention and know the purposes of each enabled. To me this seems like is an administrative issue, rather than a technical issue.<br>
<br><div class="gmail_quote">On Sun, Jan 9, 2011 at 11:26 AM, Cameron Eagans <span dir="ltr">&lt;<a href="mailto:cweagans@gmail.com"><a href="mailto:cweagans@gmail.com">cweagans@gmail.com</a></a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I don't think you'd even need a module to do this. You can get a list of currently used modules by doing:<div><br></div><div>SELECT name FROM system WHERE type='module' AND status='1';</div><div><br>


</div><div>You could likely write a quick script to compare the list returned by that SQL statement to your modules list.</div><div><br clear="all">Thanks,<br>Cameron<br><br>
<br><br><div class="gmail_quote">On Sun, Jan 9, 2011 at 12:04, James Benstead <span dir="ltr">&lt;<a href="mailto:james.benstead@gmail.com" target="_blank"><a href="mailto:james.benstead@gmail.com">james.benstead@gmail.com</a></a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>Originally posted to&nbsp;<a href="http://drupal.org/node/1017416" target="_blank"><a href="http://drupal.org/node/1017416">http://drupal.org/node/1017416</a></a>:</div><div><br></div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




I have a list of 60+ modules that I download, via drush, to each new Drupal site that I build. I then enable whatever modules are needed for the specific site I'm working on as I carry out the build.</blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




<br></blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




This means that once the site is launched, there may be modules that are not being called by Drupal core but that are still enabled and/or installed.</blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




<br></blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




Is there an automated way - a specific module, for example - that will tell me which of the modules that are enabled on a site are being called by Drupal core?</blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




<br></blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">




Secondly, is there any performance implication for having lots of modules installed on a site if they are not enabled?</blockquote><div><br></div><div>The answer to the second question seems to be "no". And It doesn't seem that such a module does exist - would it be technically possible to write this module for D6?&nbsp;</div>




</div><br clear="all">--Jim<br><font color="#888888">--<br>My IM and Skype details are at <a href="http://state68.com/contact" target="_blank"><a href="http://state68.com/contact">http://state68.com/contact</a></a><br>
</font></blockquote></div><br></div>
</blockquote></div><br></div>
</div></blockquote></body></html>