À propos

Cette galerie photo est basée sur Piwigo.

Piwigo est un logiciel de galerie photo pour le web, bâti par une communauté active d'utilisateurs et de développeurs. Les extensions rendent Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et gratuit.

Visiter le site web de Piwigo

Bootstrap Darkroom Theme by Thomas Kuther.
Photography Icons by Dmitry Baranovskiy, licensed under Creative Commons 3.0.
[1] 
SELECT @@SESSION.sql_mode
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.030 s)
(num rows        : 1 )
[2] 
SET SESSION sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.030 s)
[3] 

SELECT param, value
 FROM piwigo_config
 
;
(this query time : 0.004 s)
(total SQL time  : 0.004 s)
(total time      : 0.034 s)
(num rows        : 106 )
[4] 

SELECT data
  FROM piwigo_sessions
  WHERE id = 'C0A83isum59kt5h77ombn7r9nm22o5'
;
(this query time : 0.001 s)
(total SQL time  : 0.005 s)
(total time      : 0.040 s)
(num rows        : 1 )
[5] 

SELECT * FROM piwigo_plugins
  WHERE state='active'
(this query time : 0.001 s)
(total SQL time  : 0.007 s)
(total time      : 0.041 s)
(num rows        : 8 )
[6] 

SELECT
    image_id,
    date_available,
    NOW() AS dbnow
  FROM piwigo_lounge
    JOIN piwigo_images ON image_id = id
  ORDER BY image_id ASC
  LIMIT 1
;
(this query time : 0.002 s)
(total SQL time  : 0.008 s)
(total time      : 0.050 s)
(num rows        : 0 )
[7] 

SELECT id AS id
     , username AS username
     , password AS password
     , mail_address AS email
  FROM piwigo_users
  WHERE id = '2'
(this query time : 0.001 s)
(total SQL time  : 0.009 s)
(total time      : 0.051 s)
(num rows        : 1 )
[8] 

SELECT
    ui.*,
    uc.*,
    t.name AS theme_name
  FROM piwigo_user_infos AS ui
    LEFT JOIN piwigo_user_cache AS uc ON ui.user_id = uc.user_id
    LEFT JOIN piwigo_themes AS t ON t.id = ui.theme
  WHERE ui.user_id = 2
;
(this query time : 0.001 s)
(total SQL time  : 0.011 s)
(total time      : 0.053 s)
(num rows        : 1 )
[9] 

SELECT *
  FROM piwigo_user_infos
  WHERE user_id = 2
;
(this query time : 0.001 s)
(total SQL time  : 0.012 s)
(total time      : 0.054 s)
(num rows        : 1 )
[10] 
SELECT id, uppercats
    FROM piwigo_categories
    WHERE name LIKE "%%"
(this query time : 0.001 s)
(total SQL time  : 0.012 s)
(total time      : 0.059 s)
(num rows        : 0 )
[11] 

SELECT 
  id, name, permalink, nb_images, global_rank,
  date_last, max_date_last, count_images, count_categories
FROM piwigo_categories INNER JOIN piwigo_user_cache_categories
  ON id = cat_id and user_id = 2
WHERE 
(id_uppercat is NULL)
;
(this query time : 0.000 s)
(total SQL time  : 0.013 s)
(total time      : 0.060 s)
(num rows        : 1 )
[12] 

SELECT SUBDATE(CURRENT_DATE,INTERVAL 7 DAY)
(this query time : 0.000 s)
(total SQL time  : 0.013 s)
(total time      : 0.060 s)
(num rows        : 1 )
[13] 

SELECT tag_id, COUNT(DISTINCT(it.image_id)) AS counter
  FROM piwigo_image_category ic
    INNER JOIN piwigo_image_tag it
    ON ic.image_id=it.image_id
  WHERE 1=1
   AND  (category_id NOT IN (23,25,26,27,28,29,30,31,50,51,52,53,54,55,56,57,58,59,60,61,87,86,90))
  GROUP BY tag_id
;
(this query time : 0.000 s)
(total SQL time  : 0.013 s)
(total time      : 0.060 s)
(num rows        : 0 )