- Macedonia - Skopje - 2002 year ( group exhibition )
- Macedonia - Bitola - 2003 year ( group exhibition )
- Macedonia - Bitola - 2004 year ( group exhibition )
- Macedonia - Bitola - 2005 year ( group exhibition )
- Macedonia - Skopje - 2003 year MFAA
- Macedonia - Gevgelija - 2004 year ( group exhibition )
- Macedonia - Kavadarci - 2004 year ( group exhibition )
- USA - New York - "Gallery MC" - 2005 year - November ( independent exhibition )
- France - Paris - "Cite internationale des Art" - 2005 year - December ( independent exhibition )
- Macedonia - Skopje - "Museum of Contemporary Art" - March 2006 year MFAA
- Macedonia - Skopje - National gallery of Macedonia, Multimedia centre
- "Mala Stanica" - May 2006 year ( independent exhibition )
- Bitola, Macedonia, 2007 ( group exhibition )
- Bitola, Macedonia, 2009 ( group exhibition )
- Paris, France 2010 Grand Palais (Art en Capital group exibition), Bronze medal
-Berlin, Germany, Prima Center independant exibition 2011
- Paris, France 2011 Grand Palais (Art en Capital group exibition), Silver medal
-Bitola, Macedonia 2011 (Independant exibition)
- Gevgelija, Macedonia 2011 (Independant exibition)
-Kavadarci, Macedonia 2011 (Independant exibition)
-City Museum 2012, group exibition (Award "Dimitar Kondovski")
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SHOW FULL COLUMNS FROM `contents` | 12 | 12 | 2 | |
| 2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 2 | |
| 3 | SHOW FULL COLUMNS FROM `content_types` | 2 | 2 | 1 | |
| 4 | SHOW FULL COLUMNS FROM `i18n` | 6 | 6 | 2 | |
| 5 | SHOW FULL COLUMNS FROM `blocks` | 7 | 7 | 7 | |
| 6 | SHOW FULL COLUMNS FROM `content_blocks` | 2 | 2 | 1 | |
| 7 | SHOW FULL COLUMNS FROM `tags` | 5 | 5 | 1 | |
| 8 | SHOW FULL COLUMNS FROM `tag_types` | 2 | 2 | 1 | |
| 9 | SHOW FULL COLUMNS FROM `paintings` | 7 | 7 | 1 | |
| 10 | SHOW FULL COLUMNS FROM `painting_tags` | 2 | 2 | 1 | |
| 11 | SELECT `Content`.*, `ContentType`.*, `I18n__title`.`content`, `I18n__body`.`content`, `I18n__metatags`.`content`, `I18n__keywords`.`content`, `I18n__navigate_url`.`content`, `I18n__menu_text`.`content` FROM `contents` AS `Content` INNER JOIN `i18n` AS `I18n__title` ON (`Content`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Content' AND `I18n__title`.`field` = 'title' AND `I18n__title`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__body` ON (`Content`.`id` = `I18n__body`.`foreign_key` AND `I18n__body`.`model` = 'Content' AND `I18n__body`.`field` = 'body' AND `I18n__body`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__metatags` ON (`Content`.`id` = `I18n__metatags`.`foreign_key` AND `I18n__metatags`.`model` = 'Content' AND `I18n__metatags`.`field` = 'metatags' AND `I18n__metatags`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__keywords` ON (`Content`.`id` = `I18n__keywords`.`foreign_key` AND `I18n__keywords`.`model` = 'Content' AND `I18n__keywords`.`field` = 'keywords' AND `I18n__keywords`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__navigate_url` ON (`Content`.`id` = `I18n__navigate_url`.`foreign_key` AND `I18n__navigate_url`.`model` = 'Content' AND `I18n__navigate_url`.`field` = 'navigate_url' AND `I18n__navigate_url`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__menu_text` ON (`Content`.`id` = `I18n__menu_text`.`foreign_key` AND `I18n__menu_text`.`model` = 'Content' AND `I18n__menu_text`.`field` = 'menu_text' AND `I18n__menu_text`.`locale` = 'eng') LEFT JOIN `content_types` AS `ContentType` ON (`Content`.`content_type_id` = `ContentType`.`id`) WHERE `I18n__navigate_url`.`content` = 'exibition' AND `Content`.`published` = 1 LIMIT 1 | 1 | 1 | 9 | |
| 12 | SELECT `Content`.`id`, `I18n__title`.`content`, `I18n__navigate_url`.`content`, `I18n__menu_text`.`content` FROM `contents` AS `Content` INNER JOIN `i18n` AS `I18n__title` ON (`Content`.`id` = `I18n__title`.`foreign_key` AND `I18n__title`.`model` = 'Content' AND `I18n__title`.`field` = 'title' AND `I18n__title`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__navigate_url` ON (`Content`.`id` = `I18n__navigate_url`.`foreign_key` AND `I18n__navigate_url`.`model` = 'Content' AND `I18n__navigate_url`.`field` = 'navigate_url' AND `I18n__navigate_url`.`locale` = 'eng') INNER JOIN `i18n` AS `I18n__menu_text` ON (`Content`.`id` = `I18n__menu_text`.`foreign_key` AND `I18n__menu_text`.`model` = 'Content' AND `I18n__menu_text`.`field` = 'menu_text' AND `I18n__menu_text`.`locale` = 'eng') LEFT JOIN `content_types` AS `ContentType` ON (`Content`.`content_type_id` = `ContentType`.`id`) WHERE `Content`.`published` = 1 AND `Content`.`in_menu` = 1 ORDER BY `Content`.`order` ASC | 5 | 5 | 0 | |
| 13 | SELECT Block.id, Block.name, Block.published, Block.order, Block.conten_location, I18n__title.content, I18n__body.content, Content.id, content_blocks.content_id, content_blocks.block_id FROM blocks AS Block Left Join content_blocks On ( content_blocks.block_id = Block.id) Left Join contents AS Content ON(content_blocks.content_id = Content.id) INNER JOIN i18n AS I18n__title ON (Block.id = I18n__title.foreign_key AND I18n__title.model = 'Block' AND I18n__title.field = 'title' AND I18n__title.locale = 'eng') INNER JOIN i18n AS I18n__body ON (Block.id = I18n__body.foreign_key AND I18n__body.model = 'Block' AND I18n__body.field = 'body' AND I18n__body.locale = 'eng') WHERE Content.id=6 ORDER BY Block.order | 3 | 3 | 8 |