What web server are you running?
I have noticed that prefork version of apache and mod php is very slow. I
run apache2-mpm-event + php-fpm + mod fastcgi and my sites are very
zippy.
I am running this setup on Ubuntu 12.04
On Friday 25 October 2013 11:18:41 John W. Foster wrote:
> I need to fi
The fact that your phpinfo.php takes 30 seconds tells me it is an issue
with your server in general and not specifically your MediaWiki.
1) How many requests/second are you serving and how many is your server
capable of? For example, if your server is only capable of 10 req/sec but
you are trying
On Fri, 2013-10-25 at 12:31 -0400, Mark A. Hershberger wrote:
> On 10/25/2013 12:18 PM, John W. Foster wrote:
> > I do
> > have caching enabled and the site is currently up and running, so those
> > interested may look at it.
>
> You may have posted this before, but could you provide a URL?
>
>
On Fri, 2013-10-25 at 12:31 -0400, Mark A. Hershberger wrote:
> On 10/25/2013 12:18 PM, John W. Foster wrote:
> > I do
> > have caching enabled and the site is currently up and running, so those
> > interested may look at it.
>
> You may have posted this before, but could you provide a URL?
>
>
On 10/25/2013 12:18 PM, John W. Foster wrote:
> I do
> have caching enabled and the site is currently up and running, so those
> interested may look at it.
You may have posted this before, but could you provide a URL?
> i also have decided to keep Scribunto running
> as its required for most of t
I need to figure out why my wiki is running so slow. It seemed fine when
I first got it running but as I've added content it has become way too
slow for actual use. I did run the rebuildAll.php & that seemed to hel a
bit, but when I added more content it again skowed way down. I have
wondered if ad
On 22.10.2013 16:54, Markus Glaser wrote:
Hi Michael,
Moin,
if you set
$wgLDAPUseLocal = true;
thak works perfect.
Thanks
in LocalSettings.php, you should see 'local' in the list of domains
on the login screen. Set this to local and you can use any database
account to log in.
Best,
M