-
Notifications
You must be signed in to change notification settings - Fork 44
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
Hot code reload times #9
Comments
I wonder if it's caused by the vulcanize package... it's compiling or adding the various polymer components to the project on every server restart so that could be adding to the time a HCR takes. Having everything concatenated is great for deployment but can cause added time during dev. Not entirely sure if that's what is causing it though |
Vulcanization is skipped in development. It just adds the contents of It may have something to do with the file-watcher doing too much work I've been working only in polymer apps lately, do build times get slower On Fri, Jan 23, 2015 at 9:00 AM, Spencer Carli [email protected]
|
Have witnessed this too. It definitely gets slower with each restart, so It also seems MUCH worse in Safari than Chrome, which points to a Polymer But it seems to slow down before the browser refresh. Once the page starts File watcher is a good theory. On Friday, January 23, 2015, Greg Neiheisel [email protected]
|
Try removing the "meteorhacks:inject-initial" package. I did it and it stopped reloading all assets as before. |
Removing meteorhacks:inject-initial hasnt really changed much for me.. btw on hot code reload on cordova i get :
etc etc for all files in public directory (all the files of each component directory including demos and all) anyone knows how i can change that? |
I haven't seen these issues in a while since upgrade meteor. On On Wed, Feb 11, 2015 at 4:05 AM, kevohagan [email protected] wrote:
|
Hey guys, this is not really an issue.
i was just wondering what is your view on the subject. pulling in all the core-elements + paper-elements of polymer gets consistant 10+ sec hot code reload times.
Do you guys have any advice on this? :)
The text was updated successfully, but these errors were encountered: