A
A
avp2017-05-14 15:35:06
linux
avp, 2017-05-14 15:35:06

SuiteCRM. How to understand what slows down the formation of pages?

SuiteCRM. How to understand what slows down the formation of pages?
Page generation over 3 seconds.
I'm not very strong in PHP to screw up temporary counters.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HoneyMoney, 2017-05-14
@HoneyMoney

$start = microtime(true);
    
    // Тут код, скорость которого нужно узнать
    
    echo 'Время генерации: ' . ( microtime(true) - $start ) . ' сек.';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question