SlideShare a Scribd company logo
DrupalCon 2011
     Chicago, IL
Keynote - Dries Buytaert
Keynote - Dries Buytaert
Keynote - Dries Buytaert

• References

 • http://chicago2011.drupal.org/keynote-
   dries-buytaert
Free and Open Source Tools for
  Integrating Web Accessibility
     into the Design Process
• Web Accessibility Evaluation Tool

   • WebAIM Wave (http://wave.webaim.org/)

   • Run Fae (http://fae.cita.illinois.edu/)

   • Accessibility Evaluator for Firefox (https://addons.mozilla.org/en-US/firefox/addon/
     accessibility-evaluation-toolb/)

   • Accessibility Inspector for Firebug (http://code.google.com/p/ainspector)

• iCITA Web Accessibility Best Practices. (http://presentations.cita.illinois.edu/2011-03-
  drupalcon/2011-03-druplecon8.html)

• Online Course on Designing Accessible Web Forms (http://
  presentations.cita.illinois.edu/2011-03-drupalcon/2011-03-druplecon14.html)
Free and Open Source Tools for
  Integrating Web Accessibility
     into the Design Process
• References

  • http://presentations.cita.illinois.edu/2011-03-drupalcon/

  • http://chicago2011.drupal.org/sessions/free-and-open-source-tools-
    integrating-web-accessibility-design-process
Rockin’ HTML5 with Drupal
Form




<label for=”fovarite-cms”>Your Favorite CMS
</label>

<input id=”favorite-cms” name=”favorite-cms”
type=”text” placeholder=”Drupal. What else?” /
>
Rockin’ HTML5 with Drupal


<input type=”text”>    <input type=”time”>
<input type=”email”>   <input type=”color”>
<input type=”url”>     <input type=”tel”>
<input type=”date”>    <input type=”week”>
Rockin’ HTML5 with Drupal
Rockin’ HTML5 with Drupal
• HTML5 demo (http://formalize.me/
  jquery_demo.html)

• HTML5 Tools module (http://drupal.org/project/
  html5_tools)

• Html5 Base Theme (http://drupal.org/project/
  html5_base)
Rockin’ HTML5 with Drupal
VIDEO AUDIO GAME


<video>
<audio>
<canvas>

Demo (http://9elements.com/io/projects/html5/
canvas/)
Rockin’ HTML5 with Drupal
WEB STORAGE
Web SQL




Demo (http://project.mahemoff.com/sql.html)
Rockin’ HTML5 with Drupal
WEB STORAGE
IndexedDB

Demo (http://hacks.mozilla.org/2010/06/
comparing-indexeddb-and-webdatabase/)
Rockin’ HTML5 with Drupal

• Geolocation

• Drag & drop

• Web socket

 • Bidirectional communication / messenger

• Backward compatibility
Rockin’ HTML5 with Drupal

• References

 • http://jensimmons.com/presentations/rockin-
   html5-drupal/drupalcon-chicago

 • http://extras.jensimmons.com/
   drupalconchicago2011/
   drupalconchicago_html5drupal_jensimmons
   .pdf
Webform 3
        The Survey Tool for Drupal
• Changes in Webform 3

 • Conditional Fields

 • Save drafts and resume later

 • Enable any content type

 • Basic views module support

 • Edit own submission field

 • Form Builder Integration
Webform 3
         The Survey Tool for Drupal
• New API

  • Module-provide components

  • Hooks for save, insert, update, delete

  • Multiform dynamic in webform3

• Integration

  • Pay module

  • Mollum
Webform 3
      The Survey Tool for Drupal

• References

 • http://chicago2011.drupal.org/sessions/
   webform-3-survey-tool-drupal
Drupal on the go with
         jQuery Mobile

• Support IOS and Android

• Demo (http://tha.cm/jqm-demo)

• Code (http://tha.cm/jqm-projects)
Drupal on the go with
        jQuery Mobile
• References

 • http://chicago2011.drupal.org/sessions/
   drupal-go-jquery-mobile
Developing Apps for iPhone/
  iPad/Android using drupal as
         Base System
• Frontend

 • Appcelerator (Thaitanium API to Build
   Native App). jQuery

• Backend

 • Services module (with JSON,XMLRPC
   module)
Developing Apps for iPhone/
  iPad/Android using drupal as
         Base System

• References

 • http://chicago2011.drupal.org/sessions/
   developing-apps-iphone-ipad-android-
   using-drupal-base-system

 • http://developer.appcelerator.com/
   get_started
Failure to Launch
 Drupal Performance Tuning
• Cache

  • Database caching

  • Opcode cache (APC)

  • Object cache (memcache)

  • Static file cache (boost module)

  • Reverse proxies (Varnish, Squid, NGINX)



• Pressflow & Varnish

  • Pressflow - A performance optimized distribution of Drupal (eg. create a
    header for vanish, DB Slave, New Setting)
Failure to Launch
 Drupal Performance Tuning
• Other technique

  • Syslog faster than dblog

  • Use InnoDB engine

• Testing

  • JMeter for load testing

• Analytic

  • Piwik

  • Google Analytic
Failure to Launch
Drupal Performance Tuning
• References

 • http://chicago2011.drupal.org/sessions/failure-
   launch-drupal-performance-tuning

 • http://devbee.com/opcode_cache_for_dummies

 • https://wiki.fourkitchens.com/display/PF/
   Comparison+-+Pressflow+versus+Drupal

 • http://groups.drupal.org/node/50408
Coder Module
     Easily Port Modules to Drupal 7
• Coder Review

  • Drupal Coding Standard

  • Security Review

  • Performance Review

• Coder Upgrade

  • Sourcecode

  • Patch

• Drush command

  • drush coder-review
Coder Module
   Easily Port Modules to Drupal 7

• References

 • http://upgrade.boombatower.com/

 • http://drupal.org/node/224333 (Checklist)

 • http://chicago2011.drupal.org/sessions/
   coder-module-easily-port-modules-drupal-7
Advanced Drush

• Drush 4

 • drush sql-cli

 • drush sql-connect
Advanced Drush

• References

 • http://chicago2011.drupal.org/sessions/
   advanced-drush
Workbench
    Managing Content Management


• Single-site

• Multi-site

• Organic Group

• Domain access
Workbench
     Managing Content Management
• Hierarchical permission inheritance by “Sections” not just content types

• Extensible workflow states

• Single repository for media management

• Modify live content without publishing changes immediately



• Workbench Modules

  • Workbench Access

  • Workbench File

  • Workbench Moderation
Faster Front End Performance

• YSlow

• Page Speed

• JSMin

• YUI Compressor

• Google Closure Compiler

• UglifyJS

• Throttling Proxy
Faster Front End Performance



• Smush it

• CSS sprite

• .htaccess to cache

• Web.config
Faster Front End Performance

• References

 • http://chicago2011.drupal.org/sessions/faster-front-
   end-performance

 • http://www.askapache.com/htaccess/speed-up-
   sites-with-htaccess-caching.html
Drupal 7 Theming Basics
• hide()

• render()
Drupal 7 Theming Basics

• Dealing with IE
Drupal 7 Theming Basics

• References

  • http://chicago2011.drupal.org/sessions/drupal-7-theming-basics

  • http://lb.cm/Zzo (Slide)

  • http://drupal.org/update/themes/6/7

  • http://drupal.org/project/devel_themer
Test, Tune, Tweak, Hack, Repeat:
 Industrial-strength Performance and
               Scalability
• Stack

 • FreeBSD 7        • Memcache

 • MySQL 5          • eAccelerator

 • Apache 2.0.x     • Akamai

 • PHP 5.2.x        • NetScaler

 • Pressflow 6.x
Test, Tune, Tweak, Hack, Repeat:
 Industrial-strength Performance and
               Scalability

• Dozen web servers

• 5 database server (1 master, 4 slave)

• 2 data centers

• N file server

• Sophisticated dev environment
Test, Tune, Tweak, Hack, Repeat:
 Industrial-strength Performance and
               Scalability

• The Cycle
Test, Tune, Tweak, Hack, Repeat:
Industrial-strength Performance and
              Scalability
Test, Tune, Tweak, Hack, Repeat:
 Industrial-strength Performance and
               Scalability
• References

 • http://chicago2011.drupal.org/sessions/test-
   tune-tweak-hack-repeat-industrial-strength-
   performance-and-scalability

 • http://css3pie.com/

More Related Content

What's hot (20)

Evolving Streaming Applications
Evolving Streaming ApplicationsEvolving Streaming Applications
Evolving Streaming Applications
DataWorks Summit
 
Let's Talk Operations! (Hadoop Summit 2014)
Let's Talk Operations! (Hadoop Summit 2014)Let's Talk Operations! (Hadoop Summit 2014)
Let's Talk Operations! (Hadoop Summit 2014)
Allen Wittenauer
 
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Thoughtworks
 
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
NoSQLmatters
 
CI/CD with Azure DevOps and Azure Databricks
CI/CD with Azure DevOps and Azure DatabricksCI/CD with Azure DevOps and Azure Databricks
CI/CD with Azure DevOps and Azure Databricks
GoDataDriven
 
Apache Spark: Lightning Fast Cluster Computing
Apache Spark: Lightning Fast Cluster ComputingApache Spark: Lightning Fast Cluster Computing
Apache Spark: Lightning Fast Cluster Computing
All Things Open
 
Dev Ops without the Ops
Dev Ops without the OpsDev Ops without the Ops
Dev Ops without the Ops
Konstantin Gredeskoul
 
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Databricks
 
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
In-Memory Computing Summit
 
War of the Indices- SQL vs. Oracle
War of the Indices-  SQL vs. OracleWar of the Indices-  SQL vs. Oracle
War of the Indices- SQL vs. Oracle
Kellyn Pot'Vin-Gorman
 
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
PivotalOpenSourceHub
 
Hadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data ProcessingHadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data Processing
Yahoo Developer Network
 
02 integrate highchart
02 integrate highchart02 integrate highchart
02 integrate highchart
Erhwen Kuo
 
Introduction to SQL++ for Big Data: Same Language, More Power
Introduction to SQL++ for Big Data: Same Language, More PowerIntroduction to SQL++ for Big Data: Same Language, More Power
Introduction to SQL++ for Big Data: Same Language, More Power
All Things Open
 
Data science lifecycle with Apache Zeppelin
Data science lifecycle with Apache ZeppelinData science lifecycle with Apache Zeppelin
Data science lifecycle with Apache Zeppelin
DataWorks Summit/Hadoop Summit
 
Interactive Apache Spark in Your Browser
Interactive Apache Spark in Your BrowserInteractive Apache Spark in Your Browser
Interactive Apache Spark in Your Browser
Cloudera, Inc.
 
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
Databricks
 
How to build your query engine in spark
How to build your query engine in sparkHow to build your query engine in spark
How to build your query engine in spark
Peng Cheng
 
Get There meetup March 2018 - Microservices in action at the Dutch National P...
Get There meetup March 2018 - Microservices in action at the Dutch National P...Get There meetup March 2018 - Microservices in action at the Dutch National P...
Get There meetup March 2018 - Microservices in action at the Dutch National P...
Bert Jan Schrijver
 
Dublin JUG February 2018 - Microservices in action at the Dutch National Police
Dublin JUG February 2018 - Microservices in action at the Dutch National PoliceDublin JUG February 2018 - Microservices in action at the Dutch National Police
Dublin JUG February 2018 - Microservices in action at the Dutch National Police
Bert Jan Schrijver
 
Evolving Streaming Applications
Evolving Streaming ApplicationsEvolving Streaming Applications
Evolving Streaming Applications
DataWorks Summit
 
Let's Talk Operations! (Hadoop Summit 2014)
Let's Talk Operations! (Hadoop Summit 2014)Let's Talk Operations! (Hadoop Summit 2014)
Let's Talk Operations! (Hadoop Summit 2014)
Allen Wittenauer
 
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Big data pipeline with scala by Rohit Rai, Tuplejump - presented at Pune Scal...
Thoughtworks
 
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
Johnny Miller – Cassandra + Spark = Awesome- NoSQL matters Barcelona 2014
NoSQLmatters
 
CI/CD with Azure DevOps and Azure Databricks
CI/CD with Azure DevOps and Azure DatabricksCI/CD with Azure DevOps and Azure Databricks
CI/CD with Azure DevOps and Azure Databricks
GoDataDriven
 
Apache Spark: Lightning Fast Cluster Computing
Apache Spark: Lightning Fast Cluster ComputingApache Spark: Lightning Fast Cluster Computing
Apache Spark: Lightning Fast Cluster Computing
All Things Open
 
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Hotels.com’s Journey to Becoming an Algorithmic Business… Exponential Growth ...
Databricks
 
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
IMCSummit 2015 - Day 2 Developer Track - Anatomy of an In-Memory Data Fabric:...
In-Memory Computing Summit
 
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
#GeodeSummit: Easy Ways to Become a Contributor to Apache Geode
PivotalOpenSourceHub
 
Hadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data ProcessingHadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data Processing
Yahoo Developer Network
 
02 integrate highchart
02 integrate highchart02 integrate highchart
02 integrate highchart
Erhwen Kuo
 
Introduction to SQL++ for Big Data: Same Language, More Power
Introduction to SQL++ for Big Data: Same Language, More PowerIntroduction to SQL++ for Big Data: Same Language, More Power
Introduction to SQL++ for Big Data: Same Language, More Power
All Things Open
 
Interactive Apache Spark in Your Browser
Interactive Apache Spark in Your BrowserInteractive Apache Spark in Your Browser
Interactive Apache Spark in Your Browser
Cloudera, Inc.
 
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
SparkOscope: Enabling Apache Spark Optimization through Cross Stack Monitorin...
Databricks
 
How to build your query engine in spark
How to build your query engine in sparkHow to build your query engine in spark
How to build your query engine in spark
Peng Cheng
 
Get There meetup March 2018 - Microservices in action at the Dutch National P...
Get There meetup March 2018 - Microservices in action at the Dutch National P...Get There meetup March 2018 - Microservices in action at the Dutch National P...
Get There meetup March 2018 - Microservices in action at the Dutch National P...
Bert Jan Schrijver
 
Dublin JUG February 2018 - Microservices in action at the Dutch National Police
Dublin JUG February 2018 - Microservices in action at the Dutch National PoliceDublin JUG February 2018 - Microservices in action at the Dutch National Police
Dublin JUG February 2018 - Microservices in action at the Dutch National Police
Bert Jan Schrijver
 

Viewers also liked (7)

Advanced c#
Advanced c#Advanced c#
Advanced c#
saranuru
 
Company meeting
Company meetingCompany meeting
Company meeting
eees6cepminipro2011
 
Barona Presentation 2011 Ru
Barona Presentation 2011 RuBarona Presentation 2011 Ru
Barona Presentation 2011 Ru
Nikolaschenko
 
Blogging for ecommerce
Blogging for ecommerceBlogging for ecommerce
Blogging for ecommerce
openstream
 
OCF.tw's talk about "Introduction to spark"
OCF.tw's talk about "Introduction to spark"OCF.tw's talk about "Introduction to spark"
OCF.tw's talk about "Introduction to spark"
Giivee The
 
PySaprk
PySaprkPySaprk
PySaprk
Giivee The
 
Advanced c#
Advanced c#Advanced c#
Advanced c#
saranuru
 
Barona Presentation 2011 Ru
Barona Presentation 2011 RuBarona Presentation 2011 Ru
Barona Presentation 2011 Ru
Nikolaschenko
 
Blogging for ecommerce
Blogging for ecommerceBlogging for ecommerce
Blogging for ecommerce
openstream
 
OCF.tw's talk about "Introduction to spark"
OCF.tw's talk about "Introduction to spark"OCF.tw's talk about "Introduction to spark"
OCF.tw's talk about "Introduction to spark"
Giivee The
 

Similar to DrupalCon 2011 Highlight (20)

Large Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the ScenesLarge Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the Scenes
Boyan Borisov
 
Drupal 7 - The Top 40 Core Modules and What They Mean for You
Drupal 7 - The Top 40 Core Modules and What They Mean for YouDrupal 7 - The Top 40 Core Modules and What They Mean for You
Drupal 7 - The Top 40 Core Modules and What They Mean for You
Acquia
 
DrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an AfterthoughtDrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an Afterthought
Nick Santamaria
 
Drupal Site Audit - SFDUG
Drupal Site Audit - SFDUGDrupal Site Audit - SFDUG
Drupal Site Audit - SFDUG
Jon Peck
 
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Jon Peck
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
Rod Martin
 
USG Summit - September 2014 - Web Management using Drupal
USG Summit - September 2014 - Web Management using DrupalUSG Summit - September 2014 - Web Management using Drupal
USG Summit - September 2014 - Web Management using Drupal
Eric Sembrat
 
Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8
Acquia
 
MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?
DrupalCamp Kyiv
 
Drupal 7
Drupal 7Drupal 7
Drupal 7
Soni Amit K
 
Apereo OAE - Bootcamp
Apereo OAE - BootcampApereo OAE - Bootcamp
Apereo OAE - Bootcamp
Nicolaas Matthijs
 
Drupal 8 introduction
Drupal 8 introductionDrupal 8 introduction
Drupal 8 introduction
Aditya Ghan
 
Automated Visual Regression Testing by Dave Sadlon
Automated Visual Regression Testing by Dave SadlonAutomated Visual Regression Testing by Dave Sadlon
Automated Visual Regression Testing by Dave Sadlon
QA or the Highway
 
01/2009 - Portral development with liferay
01/2009 - Portral development with liferay01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan
 
Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8
Angela Byron
 
How to audit Drupal Sites for performance, content and best practices
How to audit Drupal Sites for performance, content and best practicesHow to audit Drupal Sites for performance, content and best practices
How to audit Drupal Sites for performance, content and best practices
Jon Peck
 
From Pilot to Product - Morning@Lohika
From Pilot to Product - Morning@LohikaFrom Pilot to Product - Morning@Lohika
From Pilot to Product - Morning@Lohika
Ivan Verhun
 
Drupal 8 - What’s cooking?
Drupal 8 - What’s cooking?Drupal 8 - What’s cooking?
Drupal 8 - What’s cooking?
Alkuvoima
 
In-browser storage and me
In-browser storage and meIn-browser storage and me
In-browser storage and me
Jason Casden
 
Creating Modular Test-Driven SPAs with Spring and AngularJS
Creating Modular Test-Driven SPAs with Spring and AngularJSCreating Modular Test-Driven SPAs with Spring and AngularJS
Creating Modular Test-Driven SPAs with Spring and AngularJS
Gunnar Hillert
 
Large Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the ScenesLarge Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the Scenes
Boyan Borisov
 
Drupal 7 - The Top 40 Core Modules and What They Mean for You
Drupal 7 - The Top 40 Core Modules and What They Mean for YouDrupal 7 - The Top 40 Core Modules and What They Mean for You
Drupal 7 - The Top 40 Core Modules and What They Mean for You
Acquia
 
DrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an AfterthoughtDrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an Afterthought
Nick Santamaria
 
Drupal Site Audit - SFDUG
Drupal Site Audit - SFDUGDrupal Site Audit - SFDUG
Drupal Site Audit - SFDUG
Jon Peck
 
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Auditing Drupal Sites for Performance, Content and Optimal Configuration - SA...
Jon Peck
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
Rod Martin
 
USG Summit - September 2014 - Web Management using Drupal
USG Summit - September 2014 - Web Management using DrupalUSG Summit - September 2014 - Web Management using Drupal
USG Summit - September 2014 - Web Management using Drupal
Eric Sembrat
 
Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8
Acquia
 
MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?
DrupalCamp Kyiv
 
Drupal 8 introduction
Drupal 8 introductionDrupal 8 introduction
Drupal 8 introduction
Aditya Ghan
 
Automated Visual Regression Testing by Dave Sadlon
Automated Visual Regression Testing by Dave SadlonAutomated Visual Regression Testing by Dave Sadlon
Automated Visual Regression Testing by Dave Sadlon
QA or the Highway
 
01/2009 - Portral development with liferay
01/2009 - Portral development with liferay01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan
 
Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8
Angela Byron
 
How to audit Drupal Sites for performance, content and best practices
How to audit Drupal Sites for performance, content and best practicesHow to audit Drupal Sites for performance, content and best practices
How to audit Drupal Sites for performance, content and best practices
Jon Peck
 
From Pilot to Product - Morning@Lohika
From Pilot to Product - Morning@LohikaFrom Pilot to Product - Morning@Lohika
From Pilot to Product - Morning@Lohika
Ivan Verhun
 
Drupal 8 - What’s cooking?
Drupal 8 - What’s cooking?Drupal 8 - What’s cooking?
Drupal 8 - What’s cooking?
Alkuvoima
 
In-browser storage and me
In-browser storage and meIn-browser storage and me
In-browser storage and me
Jason Casden
 
Creating Modular Test-Driven SPAs with Spring and AngularJS
Creating Modular Test-Driven SPAs with Spring and AngularJSCreating Modular Test-Driven SPAs with Spring and AngularJS
Creating Modular Test-Driven SPAs with Spring and AngularJS
Gunnar Hillert
 

Recently uploaded (20)

Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 

DrupalCon 2011 Highlight

  • 1. DrupalCon 2011 Chicago, IL
  • 2. Keynote - Dries Buytaert
  • 3. Keynote - Dries Buytaert
  • 4. Keynote - Dries Buytaert • References • http://chicago2011.drupal.org/keynote- dries-buytaert
  • 5. Free and Open Source Tools for Integrating Web Accessibility into the Design Process • Web Accessibility Evaluation Tool • WebAIM Wave (http://wave.webaim.org/) • Run Fae (http://fae.cita.illinois.edu/) • Accessibility Evaluator for Firefox (https://addons.mozilla.org/en-US/firefox/addon/ accessibility-evaluation-toolb/) • Accessibility Inspector for Firebug (http://code.google.com/p/ainspector) • iCITA Web Accessibility Best Practices. (http://presentations.cita.illinois.edu/2011-03- drupalcon/2011-03-druplecon8.html) • Online Course on Designing Accessible Web Forms (http:// presentations.cita.illinois.edu/2011-03-drupalcon/2011-03-druplecon14.html)
  • 6. Free and Open Source Tools for Integrating Web Accessibility into the Design Process • References • http://presentations.cita.illinois.edu/2011-03-drupalcon/ • http://chicago2011.drupal.org/sessions/free-and-open-source-tools- integrating-web-accessibility-design-process
  • 7. Rockin’ HTML5 with Drupal Form <label for=”fovarite-cms”>Your Favorite CMS </label> <input id=”favorite-cms” name=”favorite-cms” type=”text” placeholder=”Drupal. What else?” / >
  • 8. Rockin’ HTML5 with Drupal <input type=”text”> <input type=”time”> <input type=”email”> <input type=”color”> <input type=”url”> <input type=”tel”> <input type=”date”> <input type=”week”>
  • 10. Rockin’ HTML5 with Drupal • HTML5 demo (http://formalize.me/ jquery_demo.html) • HTML5 Tools module (http://drupal.org/project/ html5_tools) • Html5 Base Theme (http://drupal.org/project/ html5_base)
  • 11. Rockin’ HTML5 with Drupal VIDEO AUDIO GAME <video> <audio> <canvas> Demo (http://9elements.com/io/projects/html5/ canvas/)
  • 12. Rockin’ HTML5 with Drupal WEB STORAGE Web SQL Demo (http://project.mahemoff.com/sql.html)
  • 13. Rockin’ HTML5 with Drupal WEB STORAGE IndexedDB Demo (http://hacks.mozilla.org/2010/06/ comparing-indexeddb-and-webdatabase/)
  • 14. Rockin’ HTML5 with Drupal • Geolocation • Drag & drop • Web socket • Bidirectional communication / messenger • Backward compatibility
  • 15. Rockin’ HTML5 with Drupal • References • http://jensimmons.com/presentations/rockin- html5-drupal/drupalcon-chicago • http://extras.jensimmons.com/ drupalconchicago2011/ drupalconchicago_html5drupal_jensimmons .pdf
  • 16. Webform 3 The Survey Tool for Drupal • Changes in Webform 3 • Conditional Fields • Save drafts and resume later • Enable any content type • Basic views module support • Edit own submission field • Form Builder Integration
  • 17. Webform 3 The Survey Tool for Drupal • New API • Module-provide components • Hooks for save, insert, update, delete • Multiform dynamic in webform3 • Integration • Pay module • Mollum
  • 18. Webform 3 The Survey Tool for Drupal • References • http://chicago2011.drupal.org/sessions/ webform-3-survey-tool-drupal
  • 19. Drupal on the go with jQuery Mobile • Support IOS and Android • Demo (http://tha.cm/jqm-demo) • Code (http://tha.cm/jqm-projects)
  • 20. Drupal on the go with jQuery Mobile • References • http://chicago2011.drupal.org/sessions/ drupal-go-jquery-mobile
  • 21. Developing Apps for iPhone/ iPad/Android using drupal as Base System • Frontend • Appcelerator (Thaitanium API to Build Native App). jQuery • Backend • Services module (with JSON,XMLRPC module)
  • 22. Developing Apps for iPhone/ iPad/Android using drupal as Base System • References • http://chicago2011.drupal.org/sessions/ developing-apps-iphone-ipad-android- using-drupal-base-system • http://developer.appcelerator.com/ get_started
  • 23. Failure to Launch Drupal Performance Tuning • Cache • Database caching • Opcode cache (APC) • Object cache (memcache) • Static file cache (boost module) • Reverse proxies (Varnish, Squid, NGINX) • Pressflow & Varnish • Pressflow - A performance optimized distribution of Drupal (eg. create a header for vanish, DB Slave, New Setting)
  • 24. Failure to Launch Drupal Performance Tuning • Other technique • Syslog faster than dblog • Use InnoDB engine • Testing • JMeter for load testing • Analytic • Piwik • Google Analytic
  • 25. Failure to Launch Drupal Performance Tuning • References • http://chicago2011.drupal.org/sessions/failure- launch-drupal-performance-tuning • http://devbee.com/opcode_cache_for_dummies • https://wiki.fourkitchens.com/display/PF/ Comparison+-+Pressflow+versus+Drupal • http://groups.drupal.org/node/50408
  • 26. Coder Module Easily Port Modules to Drupal 7 • Coder Review • Drupal Coding Standard • Security Review • Performance Review • Coder Upgrade • Sourcecode • Patch • Drush command • drush coder-review
  • 27. Coder Module Easily Port Modules to Drupal 7 • References • http://upgrade.boombatower.com/ • http://drupal.org/node/224333 (Checklist) • http://chicago2011.drupal.org/sessions/ coder-module-easily-port-modules-drupal-7
  • 28. Advanced Drush • Drush 4 • drush sql-cli • drush sql-connect
  • 29. Advanced Drush • References • http://chicago2011.drupal.org/sessions/ advanced-drush
  • 30. Workbench Managing Content Management • Single-site • Multi-site • Organic Group • Domain access
  • 31. Workbench Managing Content Management • Hierarchical permission inheritance by “Sections” not just content types • Extensible workflow states • Single repository for media management • Modify live content without publishing changes immediately • Workbench Modules • Workbench Access • Workbench File • Workbench Moderation
  • 32. Faster Front End Performance • YSlow • Page Speed • JSMin • YUI Compressor • Google Closure Compiler • UglifyJS • Throttling Proxy
  • 33. Faster Front End Performance • Smush it • CSS sprite • .htaccess to cache • Web.config
  • 34. Faster Front End Performance • References • http://chicago2011.drupal.org/sessions/faster-front- end-performance • http://www.askapache.com/htaccess/speed-up- sites-with-htaccess-caching.html
  • 35. Drupal 7 Theming Basics • hide() • render()
  • 36. Drupal 7 Theming Basics • Dealing with IE
  • 37. Drupal 7 Theming Basics • References • http://chicago2011.drupal.org/sessions/drupal-7-theming-basics • http://lb.cm/Zzo (Slide) • http://drupal.org/update/themes/6/7 • http://drupal.org/project/devel_themer
  • 38. Test, Tune, Tweak, Hack, Repeat: Industrial-strength Performance and Scalability • Stack • FreeBSD 7 • Memcache • MySQL 5 • eAccelerator • Apache 2.0.x • Akamai • PHP 5.2.x • NetScaler • Pressflow 6.x
  • 39. Test, Tune, Tweak, Hack, Repeat: Industrial-strength Performance and Scalability • Dozen web servers • 5 database server (1 master, 4 slave) • 2 data centers • N file server • Sophisticated dev environment
  • 40. Test, Tune, Tweak, Hack, Repeat: Industrial-strength Performance and Scalability • The Cycle
  • 41. Test, Tune, Tweak, Hack, Repeat: Industrial-strength Performance and Scalability
  • 42. Test, Tune, Tweak, Hack, Repeat: Industrial-strength Performance and Scalability • References • http://chicago2011.drupal.org/sessions/test- tune-tweak-hack-repeat-industrial-strength- performance-and-scalability • http://css3pie.com/

Editor's Notes

  • #2: \n
  • #3: \n
  • #4: \n
  • #5: \n
  • #6: Turn off style sheet and read\n Toolbar extension firefox from wave\n
  • #7: Turn off style sheet and read\n Toolbar extension firefox from wave\n
  • #8: \n
  • #9: \n
  • #10: \n
  • #11: \n
  • #12: \n
  • #13: no more key value pair\nWEBSQL http://openbit.co.uk/?p=135\nIndexedDB is the alternative advocated by Mozilla, but it will only come in Firefox 4. Microsoft is interested and Chrome will support it as well. I know nothing of Apple&apos;s plans regarding IndexedDB.\n\n
  • #14: no more key value pair\nWEBSQL http://openbit.co.uk/?p=135\nIndexedDB is the alternative advocated by Mozilla, but it will only come in Firefox 4. Microsoft is interested and Chrome will support it as well. I know nothing of Apple&apos;s plans regarding IndexedDB.\n\n
  • #15: \n
  • #16: \n
  • #17: Basic views module (only based node content work in progress)\n Conditional Fields (Multiple page show \n
  • #18: Module-provide components\n Plugable field (drag and drop)\n Mollum (comment spam protection and CAPTCHA service)\n \n
  • #19: Plugable field (drag and drop)\n
  • #20: \n
  • #21: \n
  • #22: Thaitanium APi Javascript\n Camera API, Geolocation API\n
  • #23: Thaitanium APi Javascript\n
  • #24: Database Cachingpage cache, block cache, menu cacheAPC (Alternative PHP Cache)memcache (move cache to database cache)Vanish store web page in memoryPressflow only before D7\n
  • #25: \n
  • #26: \n
  • #27: Require php 5.3\n
  • #28: \n
  • #29: \n
  • #30: \n
  • #31: Domain access - centralize administration\n\nexample.com\none.example.com\ntwo.example.com\nmy.example.com\n
  • #32: Non-linear workflow\n\nWorkbench Access\nWorkbench Access provide the hierarchical permissions across &quot;Sections&quot; of your web site. You can use menus, taxonomy, or create your own hierarchical structure for controlling access to a piece of content.\nWorkbench Moderation\nTo provide editorial workflow, you want to install Workbench Moderation. It is a flexible system which provides default workflow states like Drafts, Needs Review, and Published. You can also change these states to suit your orgnizations needs.\nWorkbench Files\nInitially, Workbench Files provides an easy way to see what files have been uploaded and where they are used on the site. We have features we want to add to help this module become a way to manage all assets.\nWorkbench Media\nThe Media module has been integrated with Workbench too. The goal was to include a workflow for creating media just like you would any other content.\n
  • #33: JSMin The JavaScript Minifier\nYUI JavaScript minifier and CSS\nGoogle Closure Compiler It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what&apos;s left.\n UglifyJS JS Compress\n Bandwidth Throttle/Proxy to simulate dial-up\n\n
  • #34: \nYahoo Smush.it uses optimization techniques specific to image format\n .htaccess to cache\n
  • #35: \n
  • #36: \n
  • #37: \n
  • #38: \n
  • #39: eAccelerator opcode cache\nWeb Application Accelerator\nnetscaler load balancing\n\n
  • #40: \n
  • #41: \n
  • #42: \n
  • #43: \n