@cmeed said:
So I was wondering if 'the plugin store' could disable plugins as a default but keep the plugin icons arranged as they are - this speeds up load time - but when you click on the icon for your chosen plugin that plugin then loads there and then - a small wait there and then?
This is beyond the control of the Sketchucation Extension Store. If you see the icon (and menus), then it means a piece of the plugin is loaded, because only the plugin knows about the icons and menu.
What you describe should thus be designed by the plugin author. I do that for most of my plugins and for LibFredo6 too. There is a two-step loading (also called lazy loading). At Sketchup startup, the minimum of code is loaded to show the icons and menus. Then, the first time you use the plugin, the rest of the code is loaded, which is usually fast and imperceptible.
By the way, if you have some of my plugins loaded, could you go to Window > LibFredo6 Settings...> Performance and post a snapshot of the dialog box showing the load times.