August Seattle Drupal User Group Meeting

GregoryHeller's picture
Start: 
2012-08-16 18:00 - 19:30 America/Los_Angeles
Organizers: 

Amazon South Lake Union Campus 421 Boren Ave N Seattle, WA 98109

Learn about Drupal and meet local Drupal enthusiasts. We will meet from 6 pm until 7:30 pm.

Agenda

Come share and learn. If you have a showcase or demo or trick or tip to share leave a comment below and we will make sure you have time. If you have a question for the room also leave a comment and we can look at your problem.

Coworking will be at Uptown Espresso around 3:30pm.
500 Westlake Ave N
Walk route (2.5 blocks)

Afterwords we are likely to head to local bar/restaurant for some food and drinks.

Comments

Would love to do a quick

iamEAP's picture

Would love to do a quick thing on page cache, cache minimum lifetime, and the Alternative Database Cache module.

anyone interested?

RockSoup's picture

I just saw this come across the wire: http://www.ostraining.com/blog/drupal/spark/

Anyone wanna do a live demo walkthrough?

-jared

I would like to do a little spark tour

RockSoup's picture

anyone interested?

-jared

Possible Troubleshoot?

Cellar Door's picture

If we've got time I'd like to throw an issue I've been having with an incredibly slow site to the group. I've narrowed down the issue to the database as the chokepoint (not running memcache yet) and would like to see if any of the performance junkies out there would be able to offer some tips. Luckily in the anonymous side of things boost is taking care of things but I would love a few pointers based on what I'm seeing. If no time is available I'll try and buy someone a beer afterwards if they can take a look :)

@Jared - I'm all for a spark demo! I haven't done an install of it yet though so I'm not sure if I would be of any help (though I've been following a lot of the background on it). Let me know if I can help with it if needed.

I can do the Spark demo

RockSoup's picture

I have a local install and I think it would be fun to spend 10 minutes looking at all the cool stuff in there

-jared

Cache_Menu

PapaGrande's picture

Good to see everyone last night at SEADUG.

I didn't read the threads too closely, but it looks like cache_menu expanding hugely is still an issue for D6 (and possibly later) sites: http://drupal.org/node/231587 and http://drupal.org/node/1234830.

Good luck, Chris. Tell us how you resolve your slow db issue.

-Will

Thanks for the links

Cellar Door's picture

Thanks for the links Will!

Looking at things from last night to today I do believe it's the cache_menu that is the issue. It's not cleared on cron cache clears making it grow with each node that is added (each node gets a new cache for each menu).

I think what may be killing the site is that the primary links menu has 1500 items in it. Though only displayed to the 2nd level this is what is used to route the breadcrumbs on the site. I'm going to see if I can find another way around the breadcrumb issue (or just remove it cause who really uses that anyways! :) ) and pare that menu down to a reasonable size. It's just caching unnecessary data on each page since that menu is everywhere.

I'll keep you all updated on how it goes and thanks again for all the combined brain power last night on this issue!

patch

mikeytown2's picture

Give this patch a shot, it might help with breadcrumbs http://drupal.org/node/1710656

Does this happen in D6 since

Cellar Door's picture

Does this happen in D6 since there's no entity loads there? The site currently is in D6 but great find on the entity loads that'd be great for D7/8 sites. Hopefully it makes core!

D6

mikeytown2's picture

Ah ok a D6 site. I would first make sure you're max packet size is larger than 1mb; I like to set it at 32mb.
http://stackoverflow.com/questions/5688403/how-to-check-and-set-max-allo...