-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Startup Improvement #104
Comments
On my system, the delay is not noticable. But you might see the delay depending upon the order of USM vs Stylish in the add-ons. Like on startup all addons are started one by one, so the order will determine when an addon starts. |
I test them under separated profiles. I don't mind the priority of this issue, I know you have work to do. |
Can you do one quick check ? Add a style block in that style sheet which changes the color of the tabs text and then perform the same test again ? I need to see something that I am suspicious of. Thanks. |
Ok, here you have the screenshots: There are 2 tabs opened in both profiles: the Firefox Home Page and the User Style Manager issues. USM:
Stylish (the same conditions than USM): Note: I've modified the style also in the Usestyles.org page. Under Stylish, the style (and the tabs color) loads even when the Restartless Restart buttons isn't still visible. |
So then its basically a restartless add-on trade-off. Firefox must be lazy loading it, atleast later than the restart required add-ons. Moreover, did the style even load ? Even after Restartless restart loaded ... |
Ok, that's really sad :( Really thanks for trying it! |
I was thinking that not all restartless addons take this time to start, so I tried to apply this style through other restartless addon. I used the source code from "Cleanest Addon Manager" from version 4 (the lastest is 6, but it integrates options and I want something more simple). In the cam.css file, I replace the original code with the code from my style. Restarting Firefox many times, the style is applied perfectly, like in Stylish. Here you have the addon if you want to test it: http://goo.gl/KCMfK That let me think that USM takes some time on load because it's more complex, or because there are some things that make it slower. I don't know. |
For me, both the modified addon that you have pasted link to, and my USM using the style take up the same time. I wonder if you are seeing a delay because you have many styles applied ? |
No, in the test that I show you comparing Stylish with USM, there is only my own style under a clean Firefox profile. You have to see it with your own eyes in a more slow computer. My computer is now too slow to do this process, but is sufficient to see the delay. I'll also test this on a more new machine. |
heh, I am not saying that it is not slow in your case. |
I'm saying that your computer may be a core i3, i5 or i7 and like they can do more process at the same time and it's a more new technology, that is causing you don't see the delay, I think. Don't worry. I know you have more important things to do. |
Technical Details:
CPU: Intel Core 2 Duo
RAM: 3GB
O.S.: Windows 7 Ultimate x86
Tested on a clean Firefox instalation for USM and for Stylish.
You'll see that under USM, the style takes a bit to load, but with Stylish it loads intantly and you don't realize that process.
This time is longer when it's the first time you turned on the computer, and therefore, the first time that Firefox startups.
Would be great if you can remove that time, or improve it with any of your magic ways to do things ;)
Thanks!
The text was updated successfully, but these errors were encountered: