> Where should I be looking in Firebug? I don't really see much going on!
When you go to the Firebug console, then you'll see a "Profile" button in it's toolbar. > What should changing the debug setting in cmdwrappers_Default do as > well? It just seems to have removed the background from the web page. It loads a different JS library. The default library is compressed, variable and function names stripped to reduce the file size. But it makes it impossible to see what function used most of the performance. The debug version has all these names still in the file. You'll see the difference once you've profiled usage for a while. Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
