Commanding Chaos for Coworking, Open Source and Creative Communities

development

cachegrind.out Filled My Drive | John Rearick

Tue, 05/24/2016 - 18:41 -- rprice

That big blue field is a whole bunch of cachegrind.out files in /private/var/tmp. Turns out these files are generated when you have Xdebug enabled, which I do because it's useful to debug PHP as a developer. So, first thing I try to do is delete all these useless files.

I changed where Xdebug saves it's cache files to /tmp in my php.ini file. In my case with MacPorts it's at /opt/local/etc/php54/php.ini.

php
mac
tips
development

cachegrind.out Filled My Drive | John Rearick

Tue, 05/24/2016 - 18:41 -- rprice

That big blue field is a whole bunch of cachegrind.out files in /private/var/tmp. Turns out these files are generated when you have Xdebug enabled, which I do because it's useful to debug PHP as a developer. So, first thing I try to do is delete all these useless files.

I changed where Xdebug saves it's cache files to /tmp in my php.ini file. In my case with MacPorts it's at /opt/local/etc/php54/php.ini.

php
mac
tips
development

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

Drupal VM - Easy local Drupal development environments

Thu, 03/10/2016 - 12:36 -- rprice

This project aims to make spinning up a simple local Drupal test/development environment incredibly quick and easy, and to introduce new developers to the wonderful world of Drupal development on local virtual machines (instead of crufty old MAMP/WAMP-based development).

drupaleasypodcast
development
workflow
training

Drupal VM - Easy local Drupal development environments

Thu, 03/10/2016 - 12:36 -- rprice

This project aims to make spinning up a simple local Drupal test/development environment incredibly quick and easy, and to introduce new developers to the wonderful world of Drupal development on local virtual machines (instead of crufty old MAMP/WAMP-based development).

drupaleasypodcast
development
workflow
training

Pages

Subscribe to RSS - development