What is Application afterDispatch/afterRender ?

Discussion regarding Joomla! 1.5 Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security and Performance FAQs
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
jarek
Joomla! Explorer
Joomla! Explorer
Posts: 391
Joined: Fri Apr 28, 2006 7:25 pm
Contact:

What is Application afterDispatch/afterRender ?

Post by jarek » Wed Oct 29, 2008 4:02 pm

My site slowed down a lot recently, I am not sure what caused it. In the debug mode it shows the follwoing info
Application afterLoad: 0.020 seconds
Application afterInitialise: 0.175 seconds
Application afterRoute: 0.319 seconds
Application afterDispatch: 18.559 seconds
Application afterRender: 19.527 seconds


How to interpret those numbers?

Thank you

Joomla 1.5.7
PHP 5

User avatar
thecancerus
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Wed Nov 21, 2007 7:31 pm
Location: Pune
Contact:

Re: What is Application afterDispatch/afterRender ?

Post by thecancerus » Wed Oct 29, 2008 5:29 pm

Difference between afterDispatch and afterRoute is the total time consumed by your component which got the request.

difference between afterRender and afterDispatch tells you total time required in putting the output of component into template.

afterRender time also tells you total time spent by the webserver, to convert user request into response, just before it was send back to user.
Do Something. Prioritize and focus

Have you checked out my blog today?.... No, do it now http://amiworks.co.in/talk/category/joomla

Join Joomla User Group Pune discussion group http://groups.google.com/group/jugpune

jarek
Joomla! Explorer
Joomla! Explorer
Posts: 391
Joined: Fri Apr 28, 2006 7:25 pm
Contact:

Re: What is Application afterDispatch/afterRender ?

Post by jarek » Wed Oct 29, 2008 7:20 pm

Thank you, now I need to find what's slowing down the site.

joomlover
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Mon Oct 29, 2007 6:08 pm
Location: New York
Contact:

Re: What is Application afterDispatch/afterRender ?

Post by joomlover » Sat Mar 05, 2011 4:27 am

I have the same issue. Any idea? anybody?
jarek, did you find any solution?

joomlover
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Mon Oct 29, 2007 6:08 pm
Location: New York
Contact:

Re: What is Application afterDispatch/afterRender ?

Post by joomlover » Mon Mar 07, 2011 3:12 pm

I found the solution. This was because of "LEFT JOIN". When I changed "LEFT JOIN" to "JOIN", it worked like a charm.

Simpel78
Joomla! Intern
Joomla! Intern
Posts: 78
Joined: Sat May 19, 2007 9:05 am

Re: What is Application afterDispatch/afterRender ?

Post by Simpel78 » Sun Jul 01, 2012 6:21 pm

joomlover wrote:I found the solution. This was because of "LEFT JOIN". When I changed "LEFT JOIN" to "JOIN", it worked like a charm.
Where did you changed that?

MarioMari
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 116
Joined: Tue Feb 28, 2012 6:59 am

Re: What is Application afterDispatch/afterRender ?

Post by MarioMari » Sat Jan 05, 2013 2:41 pm

joomlover wrote:I found the solution. This was because of "LEFT JOIN". When I changed "LEFT JOIN" to "JOIN", it worked like a charm.
— Please answer as accurately and as thoroughly changed.
I can only guess that the boarded up communication with sql database?

User avatar
TheAnt
Joomla! Explorer
Joomla! Explorer
Posts: 440
Joined: Wed Aug 31, 2005 7:43 am
Location: Milano - Italy

Re: What is Application afterDispatch/afterRender ?

Post by TheAnt » Wed May 20, 2015 2:53 pm

joomlover wrote:I found the solution. This was because of "LEFT JOIN". When I changed "LEFT JOIN" to "JOIN", it worked like a charm.

Please can you explain this for us?

horseguards
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Fri Nov 28, 2014 2:20 am

Re: What is Application afterDispatch/afterRender ?

Post by horseguards » Thu Jul 09, 2015 11:11 am

hello,

I am havingo the same problem and I have no idea of what is "LEFT JOIN" nor how to change it. Please help!


Locked

Return to “Performance - Joomla! 1.5”