+ Reply to Thread
Results 1 to 5 of 5

Thread: Time you create the page

  1. #1
    Junior Member
    Join Date
    Sep 2020
    Location
    Nizhny Novgorod, Russia
    Posts
    28

    Time you create the page

    I need the page generation time. I looked it up in the file config.inc.php not exactly what need. Maybe there are standard ways to view this time, or do I need to add time counting to Smarty?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Do you need to view loading time for all sql requests on the page?

  3. #3
    Junior Member
    Join Date
    Sep 2020
    Location
    Nizhny Novgorod, Russia
    Posts
    28
    If there is such a possibility, then it would be good.

    But I would also like to know the page generation time. In general, something like this.

    Code:
    Only registered members can view the code.
    I need data for comparison. (when I change something)

    P.S. or is the above code enough to add to index.php?
    Last edited by Eugeniy; October 9, 2020 at 05:03 PM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    You can't do it with the default settings of the script

    but your code should work

    also see this: https://stackoverflow.com/questions/...d-time-on-page

  5. #5
    Junior Member
    Join Date
    Sep 2020
    Location
    Nizhny Novgorod, Russia
    Posts
    28
    Thanks. Done.

+ Reply to Thread