-
Notifications
You must be signed in to change notification settings - Fork 39
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
Safari performance with Kioo-generated React nodes #60
Comments
Pull request #62 shows captures the issue in the test suite |
I remember well the issue but I have no idea still what is going on. |
I believe this is the issue: http://dev.clojure.org/jira/browse/CLJS-910 Setting |
PhantomJS has the same issue |
@Jell thanks for pointing me to this. |
Thanks @Jell, setting :static-fns to true resolves the issue for me (at first inspection). Fantastic to know! |
Kioo's output causes Safari browsers to hang when moderately complex HTML structures are used. There's a discussion of this issue on the news group here:
https://groups.google.com/forum/#!topic/enfocus/vfS63QhnRXs
A sample project that exhibits the issue is here:
https://github.com/OliverM/kiooform
This was encountered with Kioo 0.4.1 but 0.4.2 still shows the issue.
Creighton, you mentioned there that you'd encountered a similar issue previously, did you have a chance to capture what was going on there?
The text was updated successfully, but these errors were encountered: