Link to home
Start Free TrialLog in
Avatar of morten444
morten444

asked on

Why are my joomla site so slow on my wamp server

Hi. We are running WAMP on Windows 2003 Server (Linux not an option at the moment)

I have several sites like:
www.iicdmichigan.org/
www.campus-california.org/
http://new.adpp-mozambique.org

There are 2 problems. The first one is that they are way to big to download
I added the Google Page Speed tool to Firefox Firebug to see how much info was downloaded and how long time it takes
The first one  was ok despite beeing big but the
new.adpp-mozambique.org uses over 3-4 seconds to run the
"GET new.adpp-mozambique.org"  (See attached picture)
Its only 45kb

I need to understand why its so slow. Does anyone understand why this first command takes so long time and what I can do in Joomla/WAMP to speed this up? User generated image
Avatar of EmuL8_sw
EmuL8_sw
Flag of South Africa image

Hi,

Whats the specs of your server and your internet connection?
Hi

I just tested your sites

The first 2 instantly loaded, and the second loaded after 2 secs.

I would say its more likely your connection or the system your using to check it throwing up a false slowness.

I'm in the UK and on business fibre optic lines and no performance issues with the site at all.

The only thing I would say is why do you have a flash file for the large image when it doesnt do anything, maybe replacing that might help, if you need the image to change use a css image rotator

Storm

Avatar of morten444
morten444

ASKER

We have a 10MB up/down speed
I am not totally sure about the spec but its a  IBM eServer  xSeries 346 8840
Its also running my IIS Webserver that is generally very fast, so i think it has to do with
WAMP Setting or Joomla itseld

This is another joomla site on the same server. Quite Fast:
http://www.opholdsstedet-golfstroemmen.dk/

I just dont understand thy the WAIT on 3-5 sec when searching new.dapp-mozambique.org.
I would think thats its just the time from looking for index.php untill it responds and download?

We have a 10MB up/down speed
I am not totally sure about the spec but its a  IBM eServer  xSeries 346 8840
Its also running my IIS Webserver that is generally very fast, so i think it has to do with
WAMP Setting or Joomla itseld

This is another joomla site on the same server. Quite Fast:
http://www.opholdsstedet-golfstroemmen.dk/

I just dont understand thy the WAIT on 3-5 sec when searching new.dapp-mozambique.org.
I would think thats its just the time from looking for index.php untill it responds and download?

Why, if I may ask, is there a flash header with only 1 picture?

This will eliminate the need to load flash on the persons computer just to show 1 pic, don't you think?
ASKER CERTIFIED SOLUTION
Avatar of Bogeholm
Bogeholm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Thanks for all your comments

1. Why use flash when only 1 picture
They want the main header to change randomly when you click a link
I am trying to find a replacement module that can do this.
It need to be easy for customer to upload, change etc..
In this way the flash is good as they just upload to a folder and it works
I guess CSS image rotator is not that easy for end user to change.

The user of the site is in Mozambique on slow connection. Thats why it need to be optimized

I am sitting in UK on a Virgin 10mb line myself

Will check out the link for optimization

When they tried the page in Mozambique it took them 5min to load!!
Hi
I am trying to find Apache mpm_winnt_module  to set the suggested settings on the following link:
http://tunning26.blogspot.com/2010/10/joomla-phpmysql-performance-tuning.html

but i cant find that module. I am running apache2.0.58

Where can i find it.. where do I add the following settings?

# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum number of requests a server process serves

ThreadLimit 1000
ThreadsPerChild 500
MaxRequestsPerChild 0
KeepAlive On
KeepAliveTimeout 60
MaxKeepAliveRequests 100
MaxMemFree 100


SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
HI
If you need the image to change when a link is clicked

try the plugin simple picture slideshow plugin for joomla

Works a charm

It also rotates on time intervals as well

Storm