Page load performance

Discussion regarding Joomla! 3.x Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Page load performance

Post by mbrando » Fri Aug 29, 2014 1:21 am

Hello,

I have web site that we moved to a new VPS with 4GB memory and 60GB SSD storage.
The site about 30 to 50 concurrent connections if you run netstat. However, When I run tools like

http://tools.pingdom.com/fpt/#!/c8Nt1B/ ... hcsmm.org/

There is this 2-4 second browser wait while the server is doing something. It looks like it is not mysql related, but rather a CPU intensive task that is causing load issues on this server.

I'm not sure how to figure out what is the cause of the 2-4 browser wait. I asked the Techs at the Data center to look and they say it is a php process on the account above but cannot see what the process is doing specifically.

Any thoughts on where to start this hunt?

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 1:31 am

Anyone ever use strace to trace a process?

It generates a mountain of info. How did you make heads or tails?

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

Queasy
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Thu Apr 17, 2014 12:50 am
Location: Portland Main
Contact:

Re: Page load performance

Post by Queasy » Fri Aug 29, 2014 1:38 am

Have you tried http://gtmetrix.com/?

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 2:34 am

Hello,

I have not. I'll take a look.

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 2:42 am

I'll have to look later http://gtmetrix.com/ page is timing out.

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

Queasy
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Thu Apr 17, 2014 12:50 am
Location: Portland Main
Contact:

Re: Page load performance

Post by Queasy » Fri Aug 29, 2014 7:00 am

I had same error and found that I had issues with my Joomla.

Timed out...

I made a few changes and resolved the issue but yours might be different.

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 12:57 pm

Hello,

So I looked at gtmetrix.com is has much of the same info that tools.pingdom.com was showing.

Image

So I'm going to try this to see what the heck joomla is doing for 2-4 seconds while the browser is waiting for page data.

newrelic.com

It Looks promising. Here is a snip from their propaganda:

New Relic Insights
New Relic Insights is a software analytics resource to gather and visualize data about your software and what it says about your business. With it you can quickly and easily create real-time dashboards to get immediate answers about end-user experiences, clickstreams, mobile activities, and server transactions.

- Mike
You do not have the required permissions to view the files attached to this post.
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 6:15 pm

Hello,

Well, I think I found the bottle neck. The /ContentController/display call is taking from 4 to 20 seconds to display. I'm sure some of that is load related, but also making a load issue at the same time.

Now, how would I go about addressing /ContentController/display this issue? See attached screen grab.

- Mike
You do not have the required permissions to view the files attached to this post.
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Aug 29, 2014 6:31 pm

Hello,

More specifically it looks related to these calls:

JControllerLegacy::execute

that runs

ContentModelArticles::getItems - 8,830ms duration

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

User avatar
malastic
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 120
Joined: Tue May 09, 2006 9:56 am
Location: Madrid, Spain
Contact:

Re: Page load performance

Post by malastic » Sat Aug 30, 2014 8:04 am

Hi. Please, remove SEF in Joomla, if you use cache remove cache and test again.

I have same problem. Joomla 3.3.3 very slow when i use SEF. I try con Joomla SEF, Artio and MijoSEF.

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Sat Aug 30, 2014 1:01 pm

malastic wrote:Hi. Please, remove SEF in Joomla, if you use cache remove cache and test again.

I have same problem. Joomla 3.3.3 very slow when i use SEF. I try con Joomla SEF, Artio and MijoSEF.
Hello,

I did not even think of that. Thank you for the tip. I'll try that now.

- mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

xhtmlchamps
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Thu Jul 17, 2014 12:53 pm
Location: Hyderabad, India
Contact:

Re: Page load performance

Post by xhtmlchamps » Fri Oct 10, 2014 2:29 pm

Hi

This is the good tool to check site speed. http://tools.pingdom.com/fpt/

And use this plugin to speed up your site http://extensions.joomla.org/extensions ... ance/12088

User avatar
mbrando
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Fri Dec 02, 2005 1:32 pm
Contact:

Re: Page load performance

Post by mbrando » Fri Oct 10, 2014 2:36 pm

xhtmlchamps wrote:Hi

This is the good tool to check site speed. http://tools.pingdom.com/fpt/

And use this plugin to speed up your site http://extensions.joomla.org/extensions ... ance/12088
Thank you.

- Mike
JIKOmetrix - Reliable web hosting
 http://www.jikometrix.net

vivekgupta
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Tue Aug 06, 2013 11:40 am
Location: Indore
Contact:

Re: Page load performance

Post by vivekgupta » Wed Nov 26, 2014 8:00 am



Locked

Return to “Performance - Joomla! 3.x”