MySQL Performance Tuning Scripts

Published on Author JFLeave a comment

A couple handy scripts to help tune MySQL https://answers.launchpad.net/mysql-tuning-primer/+question/166577https://launchpad.net/mysqltuner https://answers.launchpad.net/mysql-tuning-primer/+question/166577 Update: not worth using these as the actually end being self-defeating. They use the very same resources that they suggest modifying and can skew the results. Apparently, tuning your db should be more about configuring your db for your purposes. http://dba.stackexchange.com/questions/45551/how-to-optimize-table-cache

Drupal, AJAX, PHP and max_input_vars

Published on Author JFLeave a comment

While developing a fairly list heavy website using Drupal 7 we reached a point where the common AJAX interface was breaking with an unknown error. The error suggested it was the AJAX function itself that it was breaking. Foolishly, we spent untold hours trying different version of JQUERY and looking into client side code to… Continue reading Drupal, AJAX, PHP and max_input_vars