Client Area

Do Drupal Right

Blog
Friday, September 2, 2011 - 14:54

Mediacurrent Launches New Website for Manhattan Associates

Mediacurrent is proud to announce the launch of a completely rebuilt and retooled corporate website for Manhattan Associates. Manhattan Associates is a publicly traded, Atlanta headquartered company that is the global leader in international supply chain management. Mediacurrent launched a single Drupal installation powering six fully translated language versions of their primary website. This allowed Manhattan Associates to serve targeted marketing materials and company resources to all of their global vicinities.

Wednesday, March 11, 2009 - 18:05

A lot of effort goes into minimizing the time needed to render a page on the server; however, it is easy to overlook optimization on the client-side.  The total time needed to display a page can be divided into two intervals: server processing time and the time between when the first byte is received by a user's browser until the page has finished loading.  Even if you're only serving static files, the total time to load a page can still be significant.  This entry discusses several techniques developers can use to improve client-side load times.