Reduce loading time |
Total Execution Time: 0.3919 second is fine to me. It's ok and not too slow.
Keep calm.
Execution time of almost 0.4 seconds is pretty high to me. You can probably optimize your queries self (only select what you use) like Others said. But also have a look at your loops for room of improvement.
(05-07-2017, 09:32 PM)Paradinight Wrote: https://developers.google.com/speed/pagespeed/ It's much more likely that the changes recommended by page speed will increase your load times more then millisecond differences in server response. Render blocking and asset optimization make a huge difference in perceived page load.
Now i am look at server response time not load times
Is there a solution to test my web hosting without test my Codeigniter application?
(05-08-2017, 08:11 AM)spjonez Wrote:(05-07-2017, 09:32 PM)Paradinight Wrote: https://developers.google.com/speed/pagespeed/ spjonez: it was offtopic and has nothing to do with the problem from paul. Paul: I can not help, because i do not know what you do in the code. Other possibility: - you database server is not on the same server/network (slow connection, because the db server is far away) - many calls to the hard disks - loops - math - array sort - array search (05-05-2017, 03:27 PM)paul Wrote: Hello Maybe you should put 'benchmark->mark' inside called function not in constructor.
Keep calm.
I think, there is no way to reduce server loading time. You have to remove unused images, javascript and CSS to increase the loading time of a website.
Vrinsoft training center one of the best training institute for PHP training in Ahmedabad.
|
Welcome Guest, Not a member yet? Register Sign In |