Jeff Sheltren

It's Not The Problem
I see a lot of people coming by #centos and similar channels asking for help when they’re experiencing a problem with their Linux system. It amazes me how many people describe their problem, and then say something along the lines of, “and I disabled SELinux...”. Most of the time SELinux has nothing to do with the problem, and if SELinux is the cause of the problem, why would you throw out the extra security by...

Károly Négyesi

Easy Fix
DISQUS is a popular "social commenting" platform. It is integrated with many hosted blog platforms and open source CMSes, including Drupal. A client of ours exported the comments from their old Wordpress blog and then imported them into DISQUS. The problem was that the comments were showing up in the DISQUS dashboard, however, when you clicked their corresponding URLs, these imported comments did not appear in Drupal. While the Drupal module looks for comments on...

Narayan Newton

Securing And Improving Performance
Tag1 Consulting is sponsoring my work on Drupal.org Infrastructure. What this means is that instead of working on drupal.org whenever I can, I get to spend 20 paid hours per week on drupal.org infrastructure. In return for this, I have agreed to write a blog entry per month describing some of my work in detail. These will be entries covering security, performance, high-availability configuration and anything else interesting in my work on drupal.org. Hopefully these...

Nathaniel Catchpole

During performance and scalability reviews of sites, we regularly find ourselves submitting patches to contrib modules and core to resolve performance issues. Most large Drupal installations we work with use a variation of this workflow to track patches: Upload the patch to an issue on Drupal.org if it's not already there Add the patch to a /patches folder in revision control Document what the patch does, the Drupal.org nid, and a reference to the ticket...

Jeremy Andrews

Introducing Drupal Watchdog

We're excited to have 7 members of the Tag1 Consulting team attending the DrupalCon in Chicago next week. We are all looking forward to participating in another fantastic Drupal Conference. If you've not already bought your tickets, it's still not too late ! Don't miss this one! In Chicago, Tag1 will be passing out copies of Drupal Watchdog , participating in training courses , sessions, and BoFs, and generally enjoying the two-way sharing of knowledge...

Jeremy Andrews

The Dries Issue

Drupal Watchdog Volume 1 Issue 1 is on its way to Chicago to greet all attendees of the Chicago DrupalCon . Those that subscribed should receive the first issue within the next two weeks, possibly longer for international subscribers. This issue was made possible by 23 authors, 7 editors, 2 designers, and a 3-person layout team. Its 80 pages were printed on FSC Certified paper stock with soy inks. I'll be in Chicago attending the...

Jeremy Andrews

Pleased To Announce

We are pleased to announce Drupal Watchdog as the name of our print magazine dedicated to Drupal! A lot has been happening since our previous announcement , with an impressive array of authors committing to contributing content for our premiere issue. The first issue will focus primarily on all things Drupal 7, and will cover beginner, intermediate and advanced topics. Future updates with more detail on the article content appearing in issue #1 will be...

Jeremy Andrews

Newstand Quality

We are looking to pay talented authors to contribute articles to a print Drupal magazine. Issue #1 will be distributed at the Chicago Drupalcon, and will focus on Drupal 7. The newstand-quality magazine will be a content-rich resource that aims to both introduce Drupal to a wider audience, and be an invaluable resource to existing Drupal users and developers. Additional information will be posted online soon. However, in the interests of participating in the worlwide...

Gerhard Killesreiter

Hiphop

While Drupal's performance is always of interest, it has a hard time defending itself against the features people want to add. There are different ways to address this, but the "less features" approach is usually not defensible. To defend itself from the feature onslaught, Drupal tries to load as few lines of PHP code as possible, which helps to increase performance. A PHP opcode cache (such as APC) helps even more and points the way...

Rudy Grigar

Yum!

I have created a centos/rhel Yum repository for x86_64 architectures containing all of the necessary packages for using HipHop . It depends on the EPEL and IUS repositories. All of the packages are tracked in a GitHub project , and are hosted in a Yum repository at pkg.tag1consulting.com . I recommend installing the repository and hiphop and giving it all a try. Follow the instructions provided in the README on GitHub to get started. Any...