Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Plugins | ||||||||
Line: 59 to 59 | ||||||||
| ||||||||
Added: | ||||||||
> > | Checking that Plugins are Working on a Live ServerInstalledPlugins shows which Plugins are: 1) installed, 2) loading properly and 3) what TWiki:Codev.PluginHandlers they invoke. Any failures are shown in the Errors section. | |||||||
A Note on Plugin PerformanceThe performance of the system depends on the number of Plugins installed and on the Plugin implementation. Some Plugins impose no measurable performance decrease, some do. For example,outsidePREHandler is an expensive callback function, or a Plugin might use many Perl libraries that need to be initialized with each page view (unless you run mod_perl). It is recommended to measure the performance with and without a new Plugin. Example for Unix:time wget -qO /dev/null https://wiki.party.at/twiki/bin/view/TWiki/AbcPlugin | ||||||||
Line: 301 to 305 | ||||||||
} | ||||||||
Changed: | ||||||||
< < | -- TWiki:Main/PeterThoeny - 11 Dec 2003 -- TWiki:Main/AndreaSterbini - 29 May 2001 | |||||||
> > | -- TWiki:Main/PeterThoeny - 18 May 2004 -- TWiki:Main/AndreaSterbini - 29 May 2001 | |||||||
-- TWiki:Main/MikeMannix - 03 Dec 2001 | ||||||||
Added: | ||||||||
> > |