Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki

Wiki on LAN running slow

 

 

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded


Charlie-Markwick at southcot

Apr 24, 2012, 7:04 AM

Post #1 of 6 (729 views)
Permalink
Wiki on LAN running slow

I'm puzzling over why our internal wiki is running so slow. I started a
couple of weeks ago typically a page that would have taken a few seconds
to load now can take up to 40 seconds.

I'm at a loss to identify anything on the LAN that might have affected
it.

The wiki is running on a windows 2003 server running IIS and PHP. I have
upgraded the wiki to 1.18.2 no difference. I have tried separate
connections to the MySQL database it uses on our MySQL box and they run
with no lag. I have moved the install to a local Linux box and also
tried a fresh install connecting back to the MySQL Database. Nothing
makes any difference. Can anyone suggest how I trouble shoot this?

Charlie



_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Charlie-Markwick at southcot

Apr 24, 2012, 6:52 AM

Post #2 of 6 (705 views)
Permalink
Wiki on LAN running slow [In reply to]

I'm puzzling over why our internal wiki is running so slow. I started a
couple of weeks ago typically a page that would have taken a few seconds
to load now can take up to 40 seconds.

I'm at a loss to identify anything on the LAN that might have affected
it.

The wiki is running on a windows 2003 server running IIS and PHP. I have
upgraded the wiki to 1.18.2 no difference. I have tried separate
connections to the MySQL database it uses on our MySQL box and they run
with no lag. I have moved the install to a local Linux box and also
tried a fresh install connecting back to the MySQL Database. Nothing
makes any difference. Can anyone suggest how I trouble shoot this?

Charlie



_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


dathku at gmail

Apr 25, 2012, 5:59 AM

Post #3 of 6 (702 views)
Permalink
Re: Wiki on LAN running slow [In reply to]

Are you using DNS to access the page or IP address? With all of the
changes being done to the servers and database I would think it would
have to be something network related then.

David

On Tue, Apr 24, 2012 at 10:04 AM, Charlie Markwick
<Charlie-Markwick [at] southcot> wrote:
> I'm puzzling over why our internal wiki is running so slow. I started a
> couple of weeks ago typically a page that would have taken a few seconds
> to load now can take up to 40 seconds.
>
> I'm at a loss to identify anything on the LAN that might have affected
> it.
>
> The wiki is running on a windows 2003 server running IIS and PHP. I have
> upgraded the wiki to 1.18.2 no difference. I have tried separate
> connections to the MySQL database it uses on our MySQL box and they run
> with no lag. I have moved the install to a local Linux box and also
> tried a fresh install connecting back to the MySQL Database. Nothing
> makes any difference. Can anyone suggest how I trouble shoot this?
>
> Charlie
>
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Charlie-Markwick at southcot

Apr 26, 2012, 12:19 AM

Post #4 of 6 (702 views)
Permalink
Re: Wiki on LAN running slow [In reply to]

Can anyone help I'm tearing my hair out with the problem?

Charlie


-----Original Message-----
From: Charlie Markwick
Sent: 24 April 2012 14:53
To: 'mediawiki-l [at] lists'
Subject: Wiki on LAN running slow

I'm puzzling over why our internal wiki is running so slow. I started a
couple of weeks ago typically a page that would have taken a few seconds
to load now can take up to 40 seconds.

I'm at a loss to identify anything on the LAN that might have affected
it.

The wiki is running on a windows 2003 server running IIS and PHP. I have
upgraded the wiki to 1.18.2 no difference. I have tried separate
connections to the MySQL database it uses on our MySQL box and they run
with no lag. I have moved the install to a local Linux box and also
tried a fresh install connecting back to the MySQL Database. Nothing
makes any difference. Can anyone suggest how I trouble shoot this?

Charlie



_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


vmp at silkwood

Apr 26, 2012, 7:12 AM

Post #5 of 6 (703 views)
Permalink
Re: Wiki on LAN running slow [In reply to]

Try => http://www.mediawiki.org/wiki/Manual:Performance_tuning

Valerio

On Thu 26/04/12 09:19 , 'Charlie Markwick' sent:
> Can anyone help I'm tearing my hair out with the problem?
>
> Charlie
>
>
> -----Original Message-----
> From: Charlie Markwick
> Sent: 24 April 2012 14:53
> To: 'mediawiki-l [at] lists'Subject: Wiki on LAN running slow
>
> I'm puzzling over why our internal wiki is running so slow. I started a
> couple of weeks ago typically a page that would have taken a few
> secondsto load now can take up to 40 seconds.
>
> I'm at a loss to identify anything on the LAN that might have affected
> it.
>
> The wiki is running on a windows 2003 server running IIS and PHP. I
> haveupgraded the wiki to 1.18.2 no difference. I have tried separate
> connections to the MySQL database it uses on our MySQL box and they run
> with no lag. I have moved the install to a local Linux box and also
> tried a fresh install connecting back to the MySQL Database. Nothing
> makes any difference. Can anyone suggest how I trouble shoot this?
>
> Charlie
>
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] listshttps://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
>
>


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


luckenbach at gmail

Apr 26, 2012, 2:33 PM

Post #6 of 6 (702 views)
Permalink
Re: Wiki on LAN running slow [In reply to]

Hey Charlie,

A few things you can do to determine if its the Mediawiki and its
underpinnings is to make a plain jane HTML page and place it in the root
directory of your MediaWiki install and then attempt to get it via the
browser. When you say the page takes ~40seconds to load does that mean it
takes 40seconds before anything shows up, or 40seconds from the time the
page initially starts loading till completion ?

>

On Thu, Apr 26, 2012 at 9:12 AM, <vmp [at] silkwood> wrote:

> Try => http://www.mediawiki.org/wiki/Manual:Performance_tuning
>
> Valerio
>
> On Thu 26/04/12 09:19 , 'Charlie Markwick' sent:
> > Can anyone help I'm tearing my hair out with the problem?
> >
> > Charlie
> >
> >
> > -----Original Message-----
> > From: Charlie Markwick
> > Sent: 24 April 2012 14:53
> > To: 'mediawiki-l [at] lists'Subject: Wiki on LAN running slow
> >
> > I'm puzzling over why our internal wiki is running so slow. I started a
> > couple of weeks ago typically a page that would have taken a few
> > secondsto load now can take up to 40 seconds.
> >
> > I'm at a loss to identify anything on the LAN that might have affected
> > it.
> >
> > The wiki is running on a windows 2003 server running IIS and PHP. I
> > haveupgraded the wiki to 1.18.2 no difference. I have tried separate
> > connections to the MySQL database it uses on our MySQL box and they run
> > with no lag. I have moved the install to a local Linux box and also
> > tried a fresh install connecting back to the MySQL Database. Nothing
> > makes any difference. Can anyone suggest how I trouble shoot this?
> >
> > Charlie
> >
> >
> >
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l [at] lists://
> lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
> >
> >
> >
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.