an example preload exclude script
This commit is contained in:
parent
cbba458306
commit
89f8729ba5
2 changed files with 58 additions and 1 deletions
|
|
@ -85,7 +85,17 @@ save you many hours of grief.
|
|||
This file requires each line to contain exactly one full module
|
||||
name such as "WebGUI::Asset::Wobject::WSClient" (without the
|
||||
quotes) per line. No spaces or additional formatting can be
|
||||
present.
|
||||
present. You may, for example, just copy sbin/preload.exclude.example
|
||||
to sbin/preload.exclude and save yourself about 5MB of memory
|
||||
because that will eliminate some of the least commonly used
|
||||
components.
|
||||
|
||||
If you mistakenly exclude modules that WebGUI actually needs
|
||||
to run, it will load them at run time, and just use more RAM,
|
||||
so you don't need to worry about breaking WebGUI. However, this
|
||||
doesn't mean you should just exclude everything because doing
|
||||
runtime loading will likely use 5-10 times more RAM than just
|
||||
preloading them to begin with.
|
||||
|
||||
|
||||
6.7.0
|
||||
|
|
|
|||
47
sbin/preload.exclude.example
Normal file
47
sbin/preload.exclude.example
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
WebGUI::Cache::Memcached
|
||||
WebGUI::Auth::LDAP
|
||||
WebGUI::Asset::Wobject::WSClient
|
||||
WebGUI::Asset::File::ZipArchive
|
||||
WebGUI::Asset::Wobject::Matrix
|
||||
WebGUI::Asset::Wobject::HttpProxy
|
||||
WebGUI::Asset::Wobject::Product
|
||||
WebGUI::Asset::Wobject::Survey
|
||||
WebGUI::Asset::Wobject::InOutBoard
|
||||
WebGUI::Commerce
|
||||
WebGUI::Commerce::Item
|
||||
WebGUI::Commerce::Item::Product
|
||||
WebGUI::Commerce::Item::Subscription
|
||||
WebGUI::Commerce::Payment
|
||||
WebGUI::Commerce::Payment::ITransact
|
||||
WebGUI::Commerce::Shipping
|
||||
WebGUI::Commerce::Shipping::ByPrice
|
||||
WebGUI::Commerce::Shipping::ByWeight
|
||||
WebGUI::Commerce::Shipping::PerTransaction
|
||||
WebGUI::Commerce::ShoppingCart
|
||||
WebGUI::Commerce::Transaction
|
||||
WebGUI::Subscription
|
||||
WebGUI::Operation::TransactionLog
|
||||
WebGUI::Operation::Commerce
|
||||
WebGUI::Operation::Subscription
|
||||
WebGUI::Asset::Wobject::IndexedSearch::Search
|
||||
WebGUI::Macro::AOIHits
|
||||
WebGUI::Macro::AOIRank
|
||||
WebGUI::Macro::AdminText
|
||||
WebGUI::Macro::CanEditText
|
||||
WebGUI::Macro::EditableToggle
|
||||
WebGUI::Macro::Execute
|
||||
WebGUI::Macro::FormParam
|
||||
WebGUI::Macro::GroupAdd
|
||||
WebGUI::Macro::GroupDelete
|
||||
WebGUI::Macro::GroupText
|
||||
WebGUI::Macro::If
|
||||
WebGUI::Macro::Include
|
||||
WebGUI::Macro::LastModified
|
||||
WebGUI::Macro::Product
|
||||
WebGUI::Macro::Quote
|
||||
WebGUI::Macro::RootTitle
|
||||
WebGUI::Macro::SQL
|
||||
WebGUI::Macro::Splat_random
|
||||
WebGUI::Macro::SubscriptionItem
|
||||
WebGUI::Macro::SubscriptionItemPurchaseUrl
|
||||
WebGUI::Macro::URLEncode
|
||||
Loading…
Add table
Add a link
Reference in a new issue