DevOps

Drupal Camp Asheville 2024 - July 12th-14th

Troubleshooting Drupal Performance

Matt Cheney
Pantheon

In this talk we'll discuss common Drupal performance issues and how to troubleshoot them. Then we’ll dive into New Relic and how to leverage this powerful tool to monitor, troubleshoot and optimize your site. In this talk you will learn how to:

Robo-tize your local Drupal 8 development

Joe Stewart
Mediacurrent

Getting started with a new Drupal 8 project?
Tired of looking up drush site-install options, unix commands or maintaining complicated bash scripts?

We’ll use object-oriented PHP instead with Robo ( http://robo.li), a task runner written in PHP that will help organize and automate repetitive commands.

Dude, Where's My Features? Configuration Management in D8

Dan Gurin
CivicActions

Before Drupal 8, changes in site configuration could only be stored and moved between environments by using the Features module. This practice was less than ideal, as Features was not originally conceived for this purpose. Since there was no other better way to manage configuration outside of the database, this became the standard practice.

Getting back to basics with Drupal Deployment

Matthew Connerton
Aspiring Web LLC

There are many tools out there today for hosting Drupal sites with workflow tools built in. There are also a large number of development tools showing up on the scene for local development. Lets get back to basics and learn the root of Drupal deployment from local to production.

In this session we will talk about:

Making PhpStorm Do Your Job for You

Joseph Ryan Wagner
FFW

Between you and your brilliant code stands... the editor. From Notepad to Eclipse - we stare them down daily. Sometimes even before coffee. Wouldn't it be nice if PhpStorm could do some of your work for you, even if it's not a caffeine replacement?