performance

CDN notes

public
zulukool - Mon, 2008-06-16 17:11

Greetings,

We're preparing to rollout a CDN for our Drupal implementation and would like to get notes of other people's experiences.

We have about 1/2 million images that we primarily want to push out to a network.

There is a CDN module, http://drupal.org/project/cdn, that we've been looking at, however the author states:
"... it doesn't scale yet (yes, that's pretty ironic since the exact goal is better scalability ..."

Thanks,

Arman.

What would you like to see most in a Drupal-specific performance book?

public
tjholowaychuk - Tue, 2008-05-20 23:46
Solutions for shared hosting
14% (4 votes)
"Frontend" performance
7% (2 votes)
System tuning
14% (4 votes)
Database tuning
14% (4 votes)
Developing modules for high performance
24% (7 votes)
Module implementations and reviews
3% (1 vote)
Availability / performance monitoring
3% (1 vote)
Spam prevention
0% (0 votes)
"Highend" architectures
21% (6 votes)
Total votes: 29

CCK performance (or lack of)

gordon's picture
public
gordon - Sat, 2008-03-22 22:33

Here at Lonely Planet we have been looking into CCK for our own projects so we can create easily supported sites which don't need developer input to do simple things like adding additional fields.

But during this time I discovered how bad the performance actually is. Like everyone I thought that adding fields that were not multiple or shared you would get the best performance.

Well I was wrong, and spent a while making sure that I was correct. And I was.

So during some other enhancements I needed to fix the CCK so that performance was much better.


Improving Drupal's page loading performance

public
Wim Leers@drupal.org - Wed, 2008-01-30 22:51

This article I wrote should appeal to people interested in high performance Drupal sites. Most of the performance gains are achieved by doing things with the Javascript and Drupal's File API.

http://wimleers.com/article/improving-drupals-page-loading-performance

You can expect another article soon, about the same topic, but then putting it to practice. I'll use the CDN integration module (of which I'm also the maintainer) and the included core patches to do it in just a few simple steps.

Achieving Optimal MySQL Performance For Drupal

Jeremy@kerneltrap.org's picture
public
Jeremy@kerneltr... - Sat, 2008-01-26 04:06

MySQL AB and KernelTrap.org's Jeremy Andrews are partnering up to offer an online presentation titled "Achieving Optimal MySQL Performance For Drupal". Aiming to provide a better understanding of how to properly monitor and tune your MySQL database, the online Webinar will take place on Thursday, January 31st, 2008, at 16:00 UTC (11:00 am EST). The presentation will last 45 minutes, followed by 15 minutes for questions and answers. You can sign up for the free event here.


RFC: Best practices for managing indexes (particularly on cck tables)

greggles's picture
public
greggles - Mon, 2007-12-10 21:21

As a site goes live and we do performance tweaking and benchmarking one of the common results is adding database indexes. I post this into the CCK group since one of the common sources of slow queries is for queries against the CCK tables. For example, a site that has a block that queries a field table to look for information about that field for every page load can quickly make its way into the slow query log. Adding an index to the field is likely to be the best solution.


Popular, high profile, high traffic Drupal sites for BADCAMP and Drupal.org

ChrisB's picture
public
ChrisB - Mon, 2007-10-29 09:54

I'm cross posting this from here in case anyone else has any information to share: http://drupal.org/node/187464

Hi Fellow Drupalers,
I'm working on a session for BADCAMP (http://badcamp07.org) where we will walk through some cool, popular and high performance Drupal sites. The main focus here is high-profile, big companies, high traffic. What is the biggest and highest traffic Drupal site out there?


Presentation: Drupal performance tuning and optimization

kbahey's picture
public
kbahey - Mon, 2007-09-03 08:45

OpenCraft hosted a 3.5 hour seminar that I presented on Drupal performance tuning and optimization. You can find the slides from the presentation there, which can be useful to some of you.


Drupal memory consumption by core and modules

kbahey's picture
public
kbahey - Mon, 2007-09-03 08:45

I create a 5.2 and 6.x patch for measuring how much memory a module takes, and also how much the whole Drupal page load takes.

The results are published here: Measuring memory consumption by Drupal bootstrap and modules.

Short version: in Drupal 6, modules are better off than in 5.2, but the bootstrap is a tad larger.

If anyone is interested in replicating the results with more realistic install profiles, please do so and publish your results/findings/recommendations.


Advcache: call for benchmarks

robertDouglass's picture
public
robertDouglass - Thu, 2007-05-31 20:54

Hi all. I've been working on a new project called Advcache (Advanced Cache) which is a package of caching patches (and a controller module) for Drupal 5. It allows you to cache many things which don't get cached normally, and is intended to increase the performance of Drupal sites, especially for authenticated users. Current caching targets include nodes, comments, taxonomy (trees, terms, vocabularies and node-term bindings), paths, search queries, and forums.


Syndicate content