thumb
  • http://www.groovy.be/components/com_gk3_photoslide/thumbs_small/880481webtouch.jpg

Webtouch

Accessible Website Design. Op zoek naar een website om uw bedrijf of zaak te promoten op het web ? Webtouch biedt een service

News image

Webtouch

Accessible Website Design. Op zoek naar een website om uw...

Profiel informatie

Application afterLoad: 0.000 seconds, 0.23 MB
Application afterInitialise: 0.070 seconds, 3.78 MB
Application afterRoute: 0.076 seconds, 4.09 MB
Application afterDispatch: 0.094 seconds, 4.92 MB
Application afterRender: 0.147 seconds, 5.99 MB

Geheugengebruik

6372660

19 queries gelogd

  1. SELECT *
      FROM webt_session
      WHERE session_id = 'a9d30ab10ce96cc6170d50b25d86f353'
  2. DELETE
      FROM webt_session
      WHERE ( time < '1280561329' )
  3. SELECT *
      FROM webt_session
      WHERE session_id = 'a9d30ab10ce96cc6170d50b25d86f353'
  4. INSERT INTO `webt_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
      VALUES ( 'a9d30ab10ce96cc6170d50b25d86f353','1280562229','','0','1','0' )
  5. SELECT *
      FROM webt_components
      WHERE parent = 0
  6. SELECT folder AS type, element AS name, params
      FROM webt_plugins
      WHERE published >= 1
      AND access <= 0
      ORDER BY ordering
  7. SELECT id, title, alias
      FROM webt_jumi
      WHERE published = 1
  8. SELECT template
      FROM webt_templates_menu
      WHERE client_id = 0
      AND (menuid = 0 OR menuid = 1)
      ORDER BY menuid DESC
      LIMIT 0, 1
  9. SELECT menutype, id, name, link 
      FROM webt_menu 
      WHERE id = 1 
      AND link LIKE '%option=com_content&view=frontpage%'
  10. SELECT
      FROM webt_ijseo_metags 
      WHERE mtype = 'mainmenu' 
      AND id = 1
  11. SELECT
      FROM webt_ijseo_metags 
      WHERE mtype = 'mainmenu' 
      AND id = 1
  12. SELECT
      FROM webt_ijseo_metags 
      WHERE id = 0
      AND mtype = 'virtuemart-prod'
  13. SELECT
      FROM webt_ijseo_metags 
      WHERE id = 0
      AND mtype = 'virtuemart-prod'
  14. SELECT id, title, module, position, content, showtitle, control, params
      FROM webt_modules AS m
      LEFT JOIN webt_modules_menu AS mm
      ON mm.moduleid = m.id
      WHERE m.published = 1
      AND m.access <= 0
      AND m.client_id = 0
      AND ( mm.menuid = 1 OR mm.menuid = 0 )
      ORDER BY position, ordering
  15. SELECT DISTINCT
                                    c.id AS ID,
                                    c.section AS SID,
                                    c.title AS name,
                                    m.id AS MID
                           
      FROM
                                    webt_categories AS c
                           
      LEFT JOIN
                                    webt_menu AS m
                                   
      ON
                                    c.id = m.componentid
                           
      LEFT JOIN
                                    webt_content AS content
                                   
      ON
                                    c.id = content.catid    
                           
      WHERE
                                    (  c.id = 34 )
                                   
      AND
                                    c.published = 1;
  16. SELECT DISTINCT
                                            cats.title AS cat,
                                            users.name AS author,
                                            cats.section AS SID,
                                            content.title AS title,
                                            content.introtext AS text,
                                            content.created AS date,
                                            content.publish_up AS date_publish,
                                        content.images AS images,
                                            content.id AS IID,
                                            content.hits AS hits,
                                            content.publish_up AS publish_up,
                                            content.publish_down AS publish_down,
                                            CASE WHEN CHAR_LENGTH(content.alias)
                                                    THEN CONCAT_WS(":", content.id, content.alias)
                                                            ELSE content.id END AS ID,
                                            CASE WHEN CHAR_LENGTH(cats.alias)
                                                    THEN CONCAT_WS(":", cats.id, cats.alias)
                                                            ELSE cats.id END AS CID                                        
                                   
      FROM
                                            webt_content AS content
                                           
      LEFT JOIN
                                                    webt_categories AS categories
                                                   
      ON categories.id = content.catid
                                           
                                           
      LEFT JOIN
                                                    webt_sections AS sections
                                                   
      ON sections.id = content.sectionid
                                           
      LEFT JOIN
                                                    webt_menu AS menu
                                                   
      ON menu.componentid = content.id
                                           
      LEFT JOIN
                                                    webt_users AS users
                                                   
      ON users.id = content.created_by
                                           
      LEFT JOIN
                                                    webt_content_frontpage AS frontpage
                                                   
      ON content.id = frontpage.content_id       
                                           
      LEFT JOIN
                                                    webt_categories AS cats
                                                   
      ON content.catid = cats.id      
                                   
      WHERE
                                            content.state = 1
                                                    
      AND categories.published = 1 
                                           
      AND (  content.catid = 34 )
                                            
                                   
      ORDER BY
                                             content.ordering ASC
                                   
      LIMIT
                                            0,10;
  17. SELECT DISTINCT
                                            cats.title AS cat,
                                            users.name AS author,
                                            cats.section AS SID,
                                            content.title AS title,
                                            content.introtext AS text,
                                            content.created AS date,
                                            content.publish_up AS date_publish,
                                        content.images AS images,
                                            content.id AS IID,
                                            content.hits AS hits,
                                            content.publish_up AS publish_up,
                                            content.publish_down AS publish_down,
                                            CASE WHEN CHAR_LENGTH(content.alias)
                                                    THEN CONCAT_WS(":", content.id, content.alias)
                                                            ELSE content.id END AS ID,
                                            CASE WHEN CHAR_LENGTH(cats.alias)
                                                    THEN CONCAT_WS(":", cats.id, cats.alias)
                                                            ELSE cats.id END AS CID                                        
                                   
      FROM
                                            webt_content AS content
                                           
      LEFT JOIN
                                                    webt_categories AS categories
                                                   
      ON categories.id = content.catid
                                           
                                           
      LEFT JOIN
                                                    webt_sections AS sections
                                                   
      ON sections.id = content.sectionid
                                           
      LEFT JOIN
                                                    webt_menu AS menu
                                                   
      ON menu.componentid = content.id
                                           
      LEFT JOIN
                                                    webt_users AS users
                                                   
      ON users.id = content.created_by
                                           
      LEFT JOIN
                                                    webt_content_frontpage AS frontpage
                                                   
      ON content.id = frontpage.content_id       
                                           
      LEFT JOIN
                                                    webt_categories AS cats
                                                   
      ON content.catid = cats.id      
                                   
      WHERE
                                            content.state = 1
                                                    
      AND categories.published = 1 
                                           
      AND (  content.catid = 34 )
                                            
                                   
      ORDER BY
                                             content.ordering ASC
                                   
      LIMIT
                                            10,20;
  18. SELECT
                            *
                   
      FROM
                            webt_gk3_photoslide_groups
                   
      WHERE
                            `id` = 1
                   
      LIMIT 1;
  19. SELECT
                            `c`.`sectionid` AS `sid`,
                            `c`.`catid` AS `cid`,
                            `c`.`title` AS `ctitle`,
                            `c`.`introtext` AS `introtext`,
                            `i`.`name` AS `name`,
                            `i`.`filename` AS `filename`,
                            `i`.`article` AS `article`,
                            `i`.`title` AS `title`,
                            `i`.`link_type` AS `link_type`,
                            `i`.`link` AS `link`,
                            `i`.`content` AS `content`
                   
      FROM
                            webt_gk3_photoslide_slides AS `i`
                   
      LEFT JOIN
                            webt_content AS `c`
                           
      ON
                            `i`.`article` = `c`.`id`
                   
      WHERE
                            `i`.`group_id` = 1
                           
      AND
                            `i`.`published` = 1
                           
      AND
                            `i`.`access` <= 0
                   
      ORDER BY
                            `i`.`order`,
                            `i`.`access` ASC;

0 legacy queries gelogd

    Geladen taalbestanden

    Niet vertaalde diagnostische strings

    Geen

    Niet vertaalde designer strings

    Geen