Youlead votre porte d'entrée vers le web

Depuis 20 ans, Youlead accompagne les entreprises dans leur transformation digitale.

Prendre RDV

Découvrir

Il n’y a aucun article.

C'est parti, développez votre projet en ligne !

  • Mémoire utilisée par PHP : 2,43 Mo
  • Pic mémoire allouée par PHP : 3,74 Mo
  • Temps d'execution du script : 0.296 s
  • Lang :
  • Path : blog-actualite
  • Route : newsCategory
  • $okt->page->module : news
  • $okt->page->action : category
  • Title tag : Actualité - INTERNE / PRIVE
  • Title: Actualité
  • H1:
  • Meta description: Des articles de blog pour en apprendre plus sur le web et utiliser la puissance d'internet pour développer son entreprise. Actus, conseils, bonnes pratiques…
  • Meta keyword:
ID Query Time
1
SET NAMES utf8mb4
0.00014
2
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
oktopusV1_1_core_users AS u INNER JOIN
oktopusV1_1_core_users_groups AS g ON g.group_id=u.group_id
LEFT JOIN oktopusV1_1_core_users_online AS o ON
o.ident='fc4694b9d9d47adc10dfcaafc2ffe93cf91093c9feef5990bf230ba331287fa4'
WHERE u.id=1
0.00048
3
REPLACE INTO oktopusV1_1_core_users_online (user_id, ident,
logged, csrf_token, prev_url) VALUES
(1,'fc4694b9d9d47adc10dfcaafc2ffe93cf91093c9feef5990bf230ba331287fa4',
1741765727, 'da9ec36cc2839a8aaaf17a9ded85dd5af0e2f901',
'https://new.youlead.fr/blog-actualite')
0.00040
4
UPDATE oktopusV1_1_mod_news SET active = 1
                           WHERE active = 3 AND NOW() >
created_at 
0.00051
5
UPDATE oktopusV1_1_mod_news SET active = 0
                              WHERE active = 1 AND end_at !=
"0000-00-00 00:00:00" 
                              AND NOW() > end_at 
0.00026
6
SELECT r.*, rl.*, COUNT(p.id) AS num_posts FROM
oktopusV1_1_mod_news_categories AS r LEFT JOIN
oktopusV1_1_mod_news_categories_locales AS rl ON
r.id=rl.category_id LEFT JOIN oktopusV1_1_mod_news AS p ON
r.id=p.category_id WHERE 1 AND rl.slug='actualite' AND
rl.language='fr' AND r.active=1  GROUP BY r.id ORDER BY
nleft asc 
0.00117
7
SELECT r.*, rl.*, COUNT(p.id) AS num_posts FROM
oktopusV1_1_mod_news_categories AS r LEFT JOIN
oktopusV1_1_mod_news_categories_locales AS rl ON
r.id=rl.category_id LEFT JOIN oktopusV1_1_mod_news AS p ON
r.id=p.category_id WHERE 1 AND rl.language='fr'  GROUP BY
r.id ORDER BY nleft asc 
0.00105
8
SELECT COUNT(p.id) AS num_posts FROM oktopusV1_1_mod_news AS
p  LEFT OUTER JOIN oktopusV1_1_core_users AS u ON
u.id=p.user_id  INNER JOIN oktopusV1_1_mod_news_locales AS
pl ON p.id=pl.post_id AND pl.language='fr'  LEFT OUTER JOIN
oktopusV1_1_mod_news_categories AS r ON r.id=p.category_id 
LEFT OUTER JOIN oktopusV1_1_mod_news_categories_locales AS
rl ON r.id=rl.category_id AND rl.language='fr' WHERE 1  AND
p.category_id=3  AND pl.language='fr' AND p.active=1 
0.00045
9
SELECT p.id, p.user_id, p.category_id, p.active, p.selected,
p.created_at, p.updated_at, p.end_at, p.images, p.files,
p.tpl, p.visit, pl.language, pl.title, pl.subtitle,
pl.title_tag, pl.title_seo, pl.slug, pl.content,
pl.content_short, pl.meta_description, pl.meta_keywords,
pl.words, u.username, u.lastname, u.firstname, rl.title AS
category_title, rl.slug AS category_slug, r.items_tpl AS
category_items_tpl FROM oktopusV1_1_mod_news AS p  LEFT
OUTER JOIN oktopusV1_1_core_users AS u ON u.id=p.user_id 
INNER JOIN oktopusV1_1_mod_news_locales AS pl ON
p.id=pl.post_id AND pl.language='fr'  LEFT OUTER JOIN
oktopusV1_1_mod_news_categories AS r ON r.id=p.category_id 
LEFT OUTER JOIN oktopusV1_1_mod_news_categories_locales AS
rl ON r.id=rl.category_id AND rl.language='fr' WHERE 1  AND
p.category_id=3  AND pl.language='fr' AND p.active=1 ORDER
BY p.selected DESC, p.created_at DESC LIMIT 0,5 
0.00047
10
SELECT t.active, t.ord, t.id, t.parent_id, t.nleft,
t.nright, t.level, l.title, l.title_tag, l.title_seo,
l.slug, l.content, l.meta_description, l.meta_keywords FROM
oktopusV1_1_mod_news_categories AS t JOIN
oktopusV1_1_mod_news_categories_locales AS l ON t.id =
l.category_id AND l.language = "fr" WHERE t.id = 3
0.00026
11
SELECT t.active, t.ord, t.id, t.parent_id, t.nleft,
t.nright, t.level, l.title, l.title_tag, l.title_seo,
l.slug, l.content, l.meta_description, l.meta_keywords FROM
oktopusV1_1_mod_news_categories AS t JOIN
oktopusV1_1_mod_news_categories_locales AS l ON t.id =
l.category_id AND l.language = "fr" WHERE nleft <= 5 AND
nright >= 6 ORDER BY level
0.00031
12
SELECT r.*, rl.*, COUNT(p.id) AS num_posts FROM
oktopusV1_1_mod_news_categories AS r LEFT JOIN
oktopusV1_1_mod_news_categories_locales AS rl ON
r.id=rl.category_id LEFT JOIN oktopusV1_1_mod_news AS p ON
r.id=p.category_id WHERE 1 AND rl.language='fr' AND
r.active=1  GROUP BY r.id ORDER BY nleft asc 
0.00080
13
SELECT t.*, tl.*, COUNT(ti.tag_id) AS num_tags FROM
oktopusV1_1_mod_news_tags AS t LEFT JOIN
oktopusV1_1_mod_news_tags_locales AS tl ON t.id=tl.tag_id
LEFT JOIN oktopusV1_1_mod_news_tags_items AS ti ON
t.id=ti.tag_id JOIN oktopusV1_1_mod_news AS n ON n.id =
ti.news_id AND n.category_id = 3 WHERE 1 AND
tl.language='fr' AND t.actif=1  GROUP BY t.id HAVING
num_tags > 0 ORDER BY tl.title asc 
0.00043
14
SELECT DISTINCT sn.*, snl.*
                      FROM oktopusV1_1_mod_social_network
sn
                      JOIN
oktopusV1_1_mod_social_network_locales snl ON
snl.id_social_network = sn.id_social_network AND
snl.language = 'fr' WHERE 1  AND sn.url != '' AND sn.type !=
''  AND type LIKE '%F%' ORDER BY sn.position
0.00029
15
SELECT p.id, p.active, p.category_id, p.name, p.logo,
p.created_at, p.updated_at, p.bookmark, pl.description,
pl.url, pl.url_title, cl.name AS category_name FROM
oktopusV1_1_mod_partners AS p LEFT JOIN
oktopusV1_1_mod_partners_categories AS c ON
p.category_id=c.id LEFT JOIN
oktopusV1_1_mod_partners_categories_locales AS cl ON
cl.category_id=c.id LEFT JOIN
oktopusV1_1_mod_partners_locales AS pl ON pl.partner_id=p.id
WHERE 1 AND pl.language='fr' AND (cl.language='fr' OR c.id
IS NULL) AND p.active=1 ORDER BY p.bookmark DESC, p.ord DESC
0.00046
16
SELECT DISTINCT sn.*, snl.*
                      FROM oktopusV1_1_mod_social_network
sn
                      JOIN
oktopusV1_1_mod_social_network_locales snl ON
snl.id_social_network = sn.id_social_network AND
snl.language = 'fr' WHERE 1  AND sn.url != '' AND sn.type !=
''  AND type LIKE '%F%' ORDER BY sn.position
0.00030
17
SELECT p.*, pl.*,
                         DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
                         DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
                         DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
                         DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
                      FROM oktopusV1_1_mod_home_popup p
                      LEFT JOIN
oktopusV1_1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
                      WHERE 1 AND (
                                        CURDATE() BETWEEN
p.debut AND p.fin
                                        OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
                                    )AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/blog-actualite\'%') ORDER BY p.rubrique DESC
0.00058
18
SELECT p.*, pl.*,
                         DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
                         DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
                         DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
                         DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
                      FROM oktopusV1_1_mod_home_popup p
                      LEFT JOIN
oktopusV1_1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
                      WHERE 1 AND (
                                        CURDATE() BETWEEN
p.debut AND p.fin
                                        OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
                                    )AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/blog-actualite\'%') ORDER BY p.rubrique DESC
0.00037
19
SELECT p.*, pl.*,
                         DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
                         DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
                         DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
                         DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
                      FROM oktopusV1_1_mod_home_popup p
                      LEFT JOIN
oktopusV1_1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
                      WHERE 1 AND (
                                        CURDATE() BETWEEN
p.debut AND p.fin
                                        OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
                                    )AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/blog-actualite\'%') ORDER BY p.rubrique DESC
0.00043
20
SELECT p.*, pl.*,
                         DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
                         DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
                         DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
                         DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
                      FROM oktopusV1_1_mod_home_popup p
                      LEFT JOIN
oktopusV1_1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
                      WHERE 1 AND (
                                        CURDATE() BETWEEN
p.debut AND p.fin
                                        OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
                                    )AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/blog-actualite\'%') ORDER BY p.rubrique DESC
0.00036
# type fichier ligne classe fonction message
# 1  Warning /www/ya15961/_new/www/oktThemes/youlead-2024-v2/templates/layout.php 203 oktDebug errorHandler Undefined array key "email"

#0 require( called at [/oktInc/vendor/sfTemplating/sfTemplateRendererPhp.php:36]


#1 sfTemplateRendererPhp->evaluate( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:106]


#2 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#3 oktTemplating->render( called at [/oktInc/vendor/sfTemplating/sfTemplateEngine.php:117]


#4 sfTemplateEngine->render( called at [/oktInc/classes/core/class.oktTemplating.php:60]


#5 oktTemplating->render( called at [/oktModules/news/inc/class.news.controller.php:318]


#6 newsController->newsCategory( called at [/oktInc/classes/router/class.oktRouter.php:317]


#7 oktRouter->callRouteHanlder( called at [/oktopus.php:58]