[Bug 24687] Clean up require_once()'s of autoloaded files (tracking)

2013-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24687

Michelle Lee Kosik  changed:

   What|Removed |Added

 CC||kosi...@mail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24687] Clean up require_once()'s of autoloaded files (tracking)

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24687

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle  2012-10-26 05:03:35 UTC ---
(In reply to comment #6)
> I did a profile on my wiki to see why it's so slow and the AutoLoader.php is
> being hit 50+ times and that's excluding extensions

Define 'being hit'? The number of require_once's for it should be very slim.
But even then, a require_once will, as the name says, only "hit" it once.

Though 530ms is a lot, it most certainly helps to configure cache. Running any
serious/production wiki without cache is irresponsible.

At the very least activate internal caches such as for i18n, expensive
operations (dbcache or memcached). If you want to avoid hits to (most of) the
backend entirely you could go for file cache or even go large-scale and set up
squid/varnish in front of it. Read more at
https://www.mediawiki.org/wiki/Manual:Cache.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24687] Clean up require_once()'s of autoloaded files (tracking)

2012-07-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24687

Nemo_bis  changed:

   What|Removed |Added

 Blocks||2007

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24687] Clean up require_once()'s of autoloaded files (tracking)

2011-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24687

Jamie Taniguchi  changed:

   What|Removed |Added

 CC||tekmo...@neoseeker.com

--- Comment #6 from Jamie Taniguchi  2011-01-21 
22:04:33 UTC ---
I did a profile on my wiki to see why it's so slow and the AutoLoader.php is
being hit 50+ times and that's excluding extensions, the AutoLoader.php script
alone takes a total average of 530ms. Is that really necessary when viewing a
page? that seems inefficient to me but again, I don't know if every one of
those files are required to be loaded.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24687] Clean up require_once()'s of autoloaded files (tracking)

2010-08-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24687

Danny B.  changed:

   What|Removed |Added

   Keywords||tracking
Summary|Clean up require_once()'s   |Clean up require_once()'s
   |of autoloaded files |of autoloaded files
   ||(tracking)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l