Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
On this page:
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![]() | |||||||
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://twiki.ace.fordham.edu/bin/view/TWiki/AbcPlugin | ||||||||
Line: 301 to 305 | ||||||||
} | ||||||||
Changed: | ||||||||
< < | -- TWiki:Main/PeterThoeny![]() -- TWiki:Main/AndreaSterbini ![]() | |||||||
> > | -- TWiki:Main/PeterThoeny![]() -- TWiki:Main/AndreaSterbini ![]() | |||||||
-- TWiki:Main/MikeMannix![]() | ||||||||
Added: | ||||||||
> > |