Search through our group's posts (events, discussions, jobs, etc.) and their comments here. Results are displayed in order of post date. Use the pager below to browse results.
"Golden Neckbeard" competition
Last updated by christefano on Sat, 2014-01-25 21:01
TODO:
- System under test
- Take a copy of a big camp website (BADCamp, Atlanta) sanitize it and have it in a distributable form.
- Alternatively: Distro {Commons, COD, …} with devel generate (or a SQL dump scenario)
- Basic Chef config to build a LAMP stack...
- Competition Rules
- Teams and/or Individual entries?
- Tests - partner with an established testing/perf company?
- Basic performance based metrics (ab, curl, ...)
- Basic PHPUnit tests (exercise site functionality)
Memcache performance
Just recently setup new relic for a site and was surprised to see how much of the server's response time is being spent on memcache reads/writes. On a sample response, the breakdown is something like this:
PHP: 312 ms
Database: 143 ms
Memcache: 201 ms
External Web Service: 17 ms
Am I correct in thinking the memcache time is way too high? Or is this similar to other people's experience?
Thanks in advance for your thoughts.
Read moreAuthcache addons: Authcache actions & Ajax pane
I would like to share two modules that help a lot with Caching for authenticated users on a website.
Authcache Actions
Is a “Rules” - based module that provides action to clean cache for users with multiple roles for a specific page. Simple instrunctions on how to use this module can be found here Read.me
Why should I use this module?
Read moreD6 External vs No Cache Varnish
A site I manage has recently started misbehaving, and I'm at a loss as to why. With the holiday, I'm looking for a stop gap measure. Basically, it appears that for whatever reason, when the cache expires, Drupal bypasses my panels overides, and dumps out the raw node in all it's unformatted glory. I've reverted the site to it's last known stable release. It's odd, because I'll clear the cache, and without clearing the varnish cache, the site fixes itself, so at least I have some to go on, but in the meantime, I'm trying anything, and everything to come up with a solution for Thanksgiving.
Read moreCaching AJAX results
A while ago I started working on an experimental module to cache the results of standard Drupal FAPI AJAX calls. An example use-case, you have form with a drop-down selector "country" and a second drop-down "city". The contents of the city selector are dependent on the selected country. So, when you change country, the list of relevant cities for that country gets loaded via AJAX. Now, that list is always the same (until a new city comes along or one gets renamed) so can feasibly be cached.
Read morePermission page takes 6 minutes to load, sometimes never save
I don't know if it is a common behavior, but the permission page does really suck.
My site is quite complex with about 200 contribs, 2000 users, 2000 nodes, the permission page is about 500 rows * 30 roles.
It has not much traffic, and is hosted in a sufficient dedicated server - 12 GB of RAM, 8*2,5 GHz cores.
Any opinion / idea / advice?
Thanks
Read morePack module
I would like to know what do we have to install and configure on remote web-servers to use the Pack module on BOA ?
I would like to have the possibility of load-balancing each site I want with BOA.
Thanks.
Read moreanother speedkiller feature under wordpress
Hi
Google Developers just launch this Blogpost.
http://googledevelopers.blogspot.de/2012/11/launching-wordpress-into-goo...
again a killer feature for wordpress. is there any similar for Drupal7 ?
or someone has it done? and can push a how do?
thanks
Read moreLive Webinar: Taking Drupal Cross-platform
10 things you need to know to optimize a Drupal website for any device or platform.
When:
January 10th
North America – 2PM EST. Register Here
EMEA – 3PM GMT. Register Here
Improve PHP performance..
Hi all,
Wondering if anyone has any suggestions for me to improve the PHP execution performance.. Essentially I am looking for any tweaks to make pages load faster..
The basics are that I have built an in house web based "application" using Drupal.. 99% of the traffic through the site is by authenticated users.. I have tuned up MySQL with enough cache/buffers etc.. I am using nginx for the webserver and php-fpm with APC..
Read more





