EH
Asked
Have any idea how to improve my loading webpage ? I have been using this for a year now but from yesterday i fell it become slow.
Like when in pos scanning the product it will have a delay 1 or 2 second before the product show. And when submiting a pos sale also like that. Im using laragon as my local server.
Like when in pos scanning the product it will have a delay 1 or 2 second before the product show. And when submiting a pos sale also like that. Im using laragon as my local server.
- MSAnsweredHello,
You can use `{elapsed_time}` in the view file to display total execution time.
The footer has it on most pages, if you are using the with localhost.
Thank you - EHAnswered**[Mian Saleem](/u/saleem)** How does the {elapsed_time} work ? I tried to refresh my page when on "Dashboard" but i dont see a "time" at the footer.
- MSAnsweredHello,
You can refer to framework docs at http://codeigniter.com/userguide3/libraries/benchmark.html to know how it works.
It will only be displayed if `$_SERVER['REMOTE_ADDR'] == '127.0.0.1'` is true.
Thank you - Login to Reply