![]() |
Services | Software | Partners | Articles | Contact |
DrupalAvoid excessive disk writes by avoiding PHP errors in your codeRecently a client complained that their site has been suffering from slow downs that were not there before. Upon investigating the history of resource utilization, we found that memory usage has increased, and at the same time, the load average has increased as well. To cut a long story short, we found out that initially, the site had neither dblog nor syslog modules were enabled, and they were enabled before the issues started. They started when syslog was enabled. Presentation: Drupal Camp Toronto 2011 Web Site Performance Optimization and ScalabilityTogether with Alan Dixon of Black Fly Solutions, Khalid Baheyeldin of 2bits.com, Inc. gave a presentation on Web Site Performance, Optimization and Scalability at Drupal Camp 2011. The slides from the presentation are attached below. »
Reducing server resource utilization for busy sites by implementing fast 404s in DrupalOne of the things that a default Drupal installation does is that it handles 404s for static files within Drupal itself. In other words, a 404 for a .css or .jpg file causes a full Drupal bootstrap. This is not necessary, and wastes resources on a site that gets lots of 404s: lots of code is executed, many database queries are performed, only to return a 404 for a static file. |


