Thread Tools Display Modes
04-29-08, 11:03 AM   #1
Aeriez
A Fallenroot Satyr
Join Date: May 2007
Posts: 24
Library help?

Im not new to UIs. Been using them since release for most part. However ive never made them and never really tried. I downloaded a UI package a while ago and noticed that it increased my load times and such by at least 10x. Going though all the add ons (deleting ones i know ill never use) i noticed that almost half of the addon folders were libraries. How do i determine which libraries arent needed or wont be used so WoW isnt loading them up sucking up a ton of system resources?
  Reply With Quote
04-29-08, 11:13 AM   #2
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 196
In theory, you shouldn't need to delete any library, because repeated ones would not be loaded. However, you will always have to load each library kind at least one time for your addons to work, and that can be bloating anyway.

You can't remove the libraries, only the repeated ones (and that is unnecessary). The only way to improve your addons performance is to switch to others that use with lighter libraries.

Last edited by jaliborc : 04-29-08 at 11:45 AM.
  Reply With Quote
04-29-08, 11:41 AM   #3
Gemini_II
A Molten Giant
 
Gemini_II's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 762
If the package was put together properly, then only required libraries should of been included. And as jaliborc mentioned libs will only be loaded once into memory.

If you still want to determine which libs are required, then you can look at the .TOC file(s) for required libs and OptDeps.
__________________
Retired prior to 3.2, before all challenge was removed.

  Reply With Quote
04-29-08, 11:58 AM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Libs are only loaded into memory if they are *requested* by an addon. (There are a couple like Threat and LibHealComm that load anyway so they can transmit data.)

If the libraries are installed like regular addons (ie, Interface\AddOns\libraries) then they will follow the above rule. They will not affect loading time.

If libraries are installed embedded within the addon that requires them (ie, Interface\AddOns\Bartender3\libraries) then that means that there is likely multiple copies of the same library. This will slow down the game loading a little bit, as it goes through the versions and throws out unneeded ones (will load the most recent version of a library), but that's all. It only increases initial load time - not zoning time or memory.

From the way you describe it in the OP, you are using the first approach. Standalone libraries. In that case, libraries aren't the cause of your load time. Most likely it's large data mods.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Library help?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off