My drupal site gets very heavy and slow as new modules are loaded. Some of these modules aren't needed except for the store section of the site.
I'm thinking to create a store
sub-domain and somehow load those modules only in that sub-domain.
- Does that mean that I have to install drupal twice, once on
store.mydrupalsite.com
and once onmydrupalsite.com
? - In the store sub-domain, will I have to re-install the basic modules in addition to the specialized store modules, or is there a way to get the store sub-domain to somehow inherit modules from the main site?
- What if the user is already logged in on the main site. Will they need to re-login on the
store
sub-domain, or is there a way to share the database? - Is there any real benefit to this idea, or am I over complicating things?
- If I'm over complicating things, what should I be doing instead