I
I
IliaMal2020-08-04 13:10:49
MySQL
IliaMal, 2020-08-04 13:10:49

How to find out by analyzing the indexes which module makes a request to the database?

Hello.

I want to create indexes in 1s-Bitrix on the page /bitrix/admin/perfmon_index_list.php
How can I find out where in the code these requests are initialized?
For example, I see similar queries in the list:
5f2933df4d638998543377.png
I want to combine them into one so as not to produce extra indexes, how can I find where these queries are executed in the code in order to edit them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yaroslav Alexandrov, 2020-08-04
@IliaMal

https://dev.1c-bitrix.ru/learning/course/index.php...
After running the test in the performance panel, hovering over the request text will trigger the request stack. The first line displays the original function that called the request:
index_5_sm.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question