Posted 10 years 1 month 1 week ago.

Graphics Courtesy: Multi-Headed Drupal by Larry Garfield at Drupalcon Munich

Why Domain Access?

  • Good for syndicating content from the main site onto multiple  regional (pseudo)sites at one click.

  • Easier content administration from a single console (only when you have 5-6 sites). When you have more than 20 sites, the same attributes to confusion.

Why NOT Domain Access?

  • Single Database - Single point of failure

  • An ad campaign on one country affects performance of all other country sites

  • Duplicate content / menu link titles (like Home, About Us from different regional sites) make the administration of content confusing. This also makes debugging a pain.

  • PathAuto requires unique aliases. Can not use same alias like (about-us) on different sites

  • Has known issues with Organic Groups (in case you wish to use it in the future)

  • Even basic modules like Views are not compatible out of the box with DA and require additional modules to add compatibility (domain_views is not actively maintained too). And such DA-enablement modules are not available for most of the contrib Modules

  • You will lose the freedom to pick one of those 8K modules that D7 has got and use them. For every module that you plan to use, you will have to think about how it plays with DA

  • You can not enable/disable modules on specific regional sites (Because you just have 1 site basically)

  • If you have 2 custom modules for every new country site that you launch, by the time you launch 100 sites, you will have 200 modules enabled bogging down your site which is already crippled by performance issues due to using a single database for your 100 sites.

  • Permissions/Security Issues: Most modules do not offer per-domain configuration and the administrator of one regional site can be able to modify configuration of another regional site intentionally or accidentally.

  • You can end up with dozens of views/panels/“name you structure here” that are needed by a single site but are present for all the others.

  • The number of nodes / users / taxonomy terms is also bound to grow and may affect every site in cases there is a specific problem with one site

  • It is very hard to maintain differences  between sites and introducing any change will impact all sites

  • Under certain configuration, Domain Access may add prefixes to table names for each site (eg taxonomy), creating new tables for every site. At scale this could would be unsustainable.


Add new comment

Submitted by tanay on Wed, 03/12/2014 - 08:05