Este circuito se encontró en una publicación estadounidense de 1965. El circuito utiliza...
Este interesante circuito no es más que una broma. Por supuesto, puede usarse para otros fines. Lo...
Este circuito genera señales de 100 MHz a partir de un cristal de 20 kHz. El circuito es de una...
Joomla! Version | 5.2.3 |
PHP Version | 8.3.20 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterInitialise (1.14MB) (27.39%) | 3.62ms |
1 x afterRenderComponent com_content (35.55KB) (17.64%) | 2.33ms |
1 x beforeRenderRawModule mod_articles_category (Banco de Circuitos) (383.54KB) (11.46%) | 1.51ms |
1 x afterRender (80.48KB) (10.75%) | 1.42ms |
1 x afterRenderRawModule mod_finder (Busca_inteligente) (65.05KB) (8.26%) | 1.09ms |
1 x Before Access::preloadComponents (all components) (132.33KB) (4.16%) | 550μs |
1 x beforeRenderModule mod_articles_category (Banco de Circuitos) (9.27KB) (4.06%) | 537μs |
1 x beforeRenderComponent com_content (43.23KB) (3.21%) | 425μs |
1 x After Access::preloadComponents (all components) (113.93KB) (3.06%) | 404μs |
1 x afterLoad (84.8KB) (2.35%) | 311μs |
1 x afterRenderRawModule mod_articles_category (Banco de Circuitos) (15.43KB) (2.25%) | 297μs |
1 x beforeRenderModule mod_finder (Busca_inteligente) (6.64KB) (1.4%) | 185μs |
1 x afterRoute (35.99KB) (1.1%) | 145μs |
1 x beforeRenderRawModule mod_finder (Busca_inteligente) (5.9KB) (0.66%) | 87μs |
1 x afterRenderModule mod_articles_category (Banco de Circuitos) (4.84KB) (0.48%) | 63μs |
1 x afterRenderModule mod_finder (Busca_inteligente) (5.06KB) (0.36%) | 47μs |
1 x afterDispatch (2.56KB) (0.31%) | 41μs |
1 x After Access::getAssetRules (id:8 name:com_content) (7.05KB) (0.21%) | 28μs |
1 x Before Access::getAssetRules (id:8 name:com_content) (1.1KB) (0.07%) | 9μs |
SELECT @@SESSION.sql_mode;
30μs968B/libraries/src/Session/MetadataManager.php:184CopySELECT `session_id`
FROM `incbmx_session`
WHERE `session_id` = :session_id LIMIT 1
60μs1.31KBParams/libraries/src/Session/MetadataManager.php:187CopyUPDATE `incbmx_session`
SET `guest` = :guest
, `time` = :time
, `userid` = :user_id
, `username` = :username
, `client_id` = :client_id
WHERE `session_id` = :session_id
146μs992BParams/libraries/src/Session/MetadataManager.php:316CopySELECT `id`,`rules`
FROM `incbmx_viewlevels`
54μs608B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `incbmx_usergroups` AS `a`
LEFT JOIN `incbmx_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
77μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `incbmx_assets`
WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39)
248μs7.44KBParams/libraries/src/Access/Access.php:357CopySELECT `a`.`id`,`a`.`title`,`a`.`alias`,`a`.`introtext`,`a`.`fulltext`,`a`.`checked_out`,`a`.`checked_out_time`,`a`.`catid`,`a`.`created`,`a`.`created_by`,`a`.`created_by_alias`,`a`.`modified`,`a`.`modified_by`,CASE WHEN `a`.`publish_up` IS NULL THEN `a`.`created` ELSE `a`.`publish_up` END AS `publish_up`,`a`.`publish_down`,`a`.`images`,`a`.`urls`,`a`.`attribs`,`a`.`metadata`,`a`.`metakey`,`a`.`metadesc`,`a`.`access`,`a`.`hits`,`a`.`featured`,`a`.`language`,LENGTH(`a`.`fulltext`) AS `readmore`,`a`.`ordering`,`fp`.`featured_up`,`fp`.`featured_down`,CASE WHEN `c`.`published` = 2 AND `a`.`state` > 0 THEN 2 WHEN `c`.`published` != 1 THEN 0 ELSE `a`.`state` END AS `state`,`c`.`title` AS `category_title`,`c`.`path` AS `category_route`,`c`.`access` AS `category_access`,`c`.`alias` AS `category_alias`,`c`.`language` AS `category_language`,`c`.`published`,`c`.`published` AS `parents_published`,`c`.`lft`,CASE WHEN `a`.`created_by_alias` > ' ' THEN `a`.`created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`,`uam`.`name` AS `modified_by_name`,`parent`.`title` AS `parent_title`,`parent`.`id` AS `parent_id`,`parent`.`path` AS `parent_route`,`parent`.`alias` AS `parent_alias`,`parent`.`language` AS `parent_language`,`fp`.`ordering`
FROM `incbmx_content` AS `a`
LEFT JOIN `incbmx_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `incbmx_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
LEFT JOIN `incbmx_users` AS `uam` ON `uam`.`id` = `a`.`modified_by`
LEFT JOIN `incbmx_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
INNER JOIN `incbmx_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
WHERE (`fp`.`featured_up` IS NULL OR `fp`.`featured_up` <= :frontpageUp) AND (`fp`.`featured_down` IS NULL OR `fp`.`featured_down` >= :frontpageDown) AND `a`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`access` IN (:preparedArray3,:preparedArray4) AND `c`.`published` = 1 AND `a`.`state` = :condition AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown)
ORDER BY a.featured DESC, fp.ordering, CASE WHEN a.publish_up IS NULL THEN a.created ELSE a.publish_up END DESC , a.created DESC LIMIT 56, 6
983μs6.97KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT COUNT(*)
FROM `incbmx_content` AS `a`
LEFT JOIN `incbmx_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `incbmx_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
LEFT JOIN `incbmx_users` AS `uam` ON `uam`.`id` = `a`.`modified_by`
LEFT JOIN `incbmx_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
INNER JOIN `incbmx_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
WHERE (`fp`.`featured_up` IS NULL OR `fp`.`featured_up` <= :frontpageUp) AND (`fp`.`featured_down` IS NULL OR `fp`.`featured_down` >= :frontpageDown) AND `a`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`access` IN (:preparedArray3,:preparedArray4) AND `c`.`published` = 1 AND `a`.`state` = :condition AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown)
192μs5.59KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:197CopySELECT `name`,`element`
FROM `incbmx_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
148μs1.27KB/administrator/components/com_finder/src/Helper/LanguageHelper.php:135CopySELECT `title`
FROM `incbmx_finder_taxonomy`
WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)
90μs648B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325CopySELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count
FROM `incbmx_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
65μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465Copy