Este circuito en el Manual de Circuito Lineal de Linear Technology es del año 2005. Es un sensor...
Este circuito hace uso de foto-SCR o Light Activated SCR para disparar un flash auxiliar bajo...
El filtro de segundo orden mostrado en la figura es sugerido por Texas Instruments, basándose en el...
Joomla! Version | 5.2.3 |
PHP Version | 8.3.20 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterInitialise (1.14MB) (35.54%) | 5.52ms |
1 x afterRender (107.58KB) (12.63%) | 1.96ms |
1 x afterRoute (179.49KB) (8.83%) | 1.37ms |
1 x afterRenderRawModule mod_finder (Busca_inteligente) (64.67KB) (8.78%) | 1.37ms |
1 x afterRenderComponent com_content (356.88KB) (8.78%) | 1.36ms |
1 x afterLoad (85.48KB) (6.54%) | 1.02ms |
1 x beforeRenderRawModule mod_articles_category (Banco de Circuitos) (59.21KB) (5.75%) | 894μs |
1 x beforeRenderModule mod_articles_category (Banco de Circuitos) (9.27KB) (3.85%) | 599μs |
1 x afterRenderRawModule mod_articles_category (Banco de Circuitos) (35.43KB) (2.89%) | 449μs |
1 x beforeRenderComponent com_content (100.98KB) (2.38%) | 370μs |
1 x beforeRenderModule mod_finder (Busca_inteligente) (6.64KB) (1.26%) | 196μs |
1 x afterRenderModule mod_articles_category (Banco de Circuitos) (4.84KB) (0.64%) | 99μs |
1 x beforeRenderRawModule mod_finder (Busca_inteligente) (5.9KB) (0.58%) | 91μs |
1 x afterRenderModule mod_finder (Busca_inteligente) (4.44KB) (0.34%) | 53μs |
1 x afterDispatch (2.28KB) (0.3%) | 46μs |
SELECT @@SESSION.sql_mode;
45μs968B/libraries/src/Session/MetadataManager.php:184CopySELECT `session_id`
FROM `incbmx_session`
WHERE `session_id` = :session_id LIMIT 1
110μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `incbmx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
186μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `id`,`rules`
FROM `incbmx_viewlevels`
65μs656B/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
90μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `c`.`id`,`c`.`asset_id`,`c`.`access`,`c`.`alias`,`c`.`checked_out`,`c`.`checked_out_time`,`c`.`created_time`,`c`.`created_user_id`,`c`.`description`,`c`.`extension`,`c`.`hits`,`c`.`language`,`c`.`level`,`c`.`lft`,`c`.`metadata`,`c`.`metadesc`,`c`.`metakey`,`c`.`modified_time`,`c`.`note`,`c`.`params`,`c`.`parent_id`,`c`.`path`,`c`.`published`,`c`.`rgt`,`c`.`title`,`c`.`modified_user_id`,`c`.`version`, CASE WHEN CHAR_LENGTH(`c`.`alias`) != 0 THEN CONCAT_WS(':', `c`.`id`, `c`.`alias`) ELSE `c`.`id` END as `slug`
FROM `incbmx_categories` AS `s`
INNER JOIN `incbmx_categories` AS `c` ON (`s`.`lft` <= `c`.`lft` AND `c`.`lft` < `s`.`rgt`) OR (`c`.`lft` < `s`.`lft` AND `s`.`rgt` < `c`.`rgt`)
WHERE (`c`.`extension` = :extension OR `c`.`extension` = 'system') AND `c`.`published` = 1 AND `s`.`id` = :id
ORDER BY `c`.`lft`
231μs20.2KBParams/libraries/src/Categories/Categories.php:375CopySELECT `name`,`element`
FROM `incbmx_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
194μs656B/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)
98μ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
80μs1.99KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465Copy