Skip to content
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

Installation/PluginsManager: alert user before minifying #1802

Closed
robocoder opened this issue Nov 5, 2010 · 3 comments
Closed

Installation/PluginsManager: alert user before minifying #1802

robocoder opened this issue Nov 5, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@robocoder
Copy link
Contributor

In one of the installation steps, we should advise the user that we're minifying the js and css, and then call getJs/getCss. This prepares the user for the delay, and improves the initial login experience.

We should similarly warn (or add some visual indicator) when activating/deactivating plugins that there might be some delay.

@mattab
Copy link
Member

mattab commented Nov 16, 2010

could we load an <img src='' width=0 height=0> loading the index.php page at the 'Display Javascript Code' installation page ? This way the minified files would be pre-built and we wouldn't need extra messaging. Thoughts?

@robocoder
Copy link
Contributor Author

Hmm... how about:

  • initially disable the 'Next' button and cursor:wait
  • when the getJs/getCss complete, re-enable the 'Next' button and cursor:default

@mattab
Copy link
Member

mattab commented Nov 24, 2010

The solution with the Next appearing could cause problem in case the request never comes back somehow.

I would prefer vote for having the user wait for a few seconds when loading Piwik the first time (current behavior). This is usually pretty fast on an online server (6s max in my tests).

@robocoder robocoder added this to the Piwik 1.1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants