Earlier today, I presented at DrupalCamp Toronto about 3.4 million page views a day, 92 million per month, one server and Drupal.
As promised, the slides are attached, as a PDF for everyone's reference.
Attachment | Size |
---|---|
3.4-million-page-views-a-day-92-million-per-month-one-server-and-drupal.pdf | 621.53 KB |
Comments
Armen (not verified)
Question about Slow Queries
Wed, 2011/11/09 - 09:56Hello,
Excellent presentation.
In your presentation there was something, a fix about slow queries. Where do I make the following changes? On the server? or On a particular place in Drupal template? if yes where?
● 84% of slow queries were:
– SELECT COUNT(*) FROM sessions WHERE uid =
0 AND unix_timestamp() timestamp <
(60*15)
– 3.6 seconds!
● Changed to
– SELECT COUNT(*) FROM sessions WHERE
uid = 0 AND timestamp >
(unix_timestamp() (60*15))
– 30 milliseconds!
Khalid
Nagios
Wed, 2011/11/09 - 10:50This is from a custom script that integrates the number of users browsing the site into Nagios. It is not in Drupal at all.
blue928 (not verified)
VIdeo?
Mon, 2013/03/18 - 20:29Often some of these presentations are recorded and placed online (web archive, for example). Was a recording done of this presentation and is it available online somewhere if so? This one would be great to see!
Khalid
Unlikely ...
Mon, 2013/03/18 - 20:43I searched to see if this one was recorded, but could not find it. Maybe it was on Archive.org, or maybe it was not recorded.
If you find it, post a link here.
Pages