Downtown Throwdown

Check the video of POW Gloves Athletes highlights at the Downtown Throwdown, Seattle WA, Oct. 25th 2008

Comment on the video here.

7 queries took 46 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `SlideshowImage`.`id`, `SlideshowImage`.`image_path`, `SlideshowImage`.`position` FROM `slideshow_images` AS `SlideshowImage` WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 5553
2SELECT `SlideshowImage`.`id`, `SlideshowImage`.`image_path`, `SlideshowImage`.`position` FROM `slideshow_images` AS `SlideshowImage` WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 5553
3SELECT `Product`.`id`, `Product`.`name`, `Product`.`features`, `Product`.`materials`, `Product`.`min_temp`, `Product`.`max_temp`, `Product`.`created`, `Product`.`modified`, `Product`.`description`, `Product`.`category_id`, `Product`.`position`, `Product`.`name_image_path`, `Product`.`highlight_image_path`, `Category`.`id`, `Category`.`name`, `Category`.`created`, `Category`.`modified`, `Category`.`description`, `Category`.`position`, `Category`.`name_image` FROM `products` AS `Product` LEFT JOIN `categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) WHERE `Product`.`highlight_image_path` != "" ORDER BY rand() ASC LIMIT 11128
4SELECT `Colorway`.`id`, `Colorway`.`name`, `Colorway`.`created`, `Colorway`.`modified`, `Colorway`.`product_id`, `Colorway`.`image_path`, `Colorway`.`position` FROM `colorways` AS `Colorway` WHERE `Colorway`.`product_id` = (11) ORDER BY `Colorway`.`position` ASC 227
5SELECT `SlideshowImage`.`id`, `SlideshowImage`.`image_path`, `SlideshowImage`.`position` FROM `slideshow_images` AS `SlideshowImage` WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 5552
6SELECT `NewsItem`.`id`, `NewsItem`.`created`, `NewsItem`.`updated`, `NewsItem`.`title`, `NewsItem`.`body`, `NewsItem`.`html_body` FROM `news_items` AS `NewsItem` WHERE 1 = 1 ORDER BY `NewsItem`.`created` DESC LIMIT 1112
7SELECT `Photo`.`id`, `Photo`.`class`, `Photo`.`foreign_id`, `Photo`.`image_path`, `Photo`.`created`, `Photo`.`modified`, `Photo`.`position` FROM `photos` AS `Photo` WHERE `Photo`.`class` = 'NewsItem' AND `Photo`.`foreign_id` = (20) ORDER BY `Photo`.`position` ASC 001