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

Responsiveness issues #2

Open
tusj opened this issue Dec 27, 2013 · 2 comments
Open

Responsiveness issues #2

tusj opened this issue Dec 27, 2013 · 2 comments

Comments

@tusj
Copy link

tusj commented Dec 27, 2013

When running this app on localhost, I have the issue that there's half a second of lag between each field in the input fields on the login / signup screens. Clicking on sign in / sign up, the app is freezing. I thought this was my error since I followed the book, but it's the same issue when running the code from this repository. It doesn't leave a too good impression when learning a new language.

@hbbio
Copy link
Member

hbbio commented Dec 27, 2013

What's your (network) setup?
I can't reproduce the issue.

@tusj
Copy link
Author

tusj commented Feb 11, 2014

Sorry for late answer. I don't know exactly what you refer to here. I have installed Opa with this: https://aur.archlinux.org/packages/op/opa-bin/PKGBUILD

$ opa --version
Opa compiler (c) MLstate -- version 1.1.1 -- build 4308
$ nodejs --version
v0.10.25
$ npm -g list
/usr/lib
├── formidable@1.0.14
├─┬ imap@0.8.8
│ ├─┬ readable-stream@1.1.10
│ │ ├── core-util-is@1.0.1
│ │ ├── debuglog@0.0.2
│ │ └── string_decoder@0.10.25
│ └── utf7@1.0.0
├─┬ mongodb@1.3.23
│ ├── bson@0.2.5
│ └── kerberos@0.0.3
├─┬ nodemailer@0.6.0
│ ├── directmail@0.1.6
│ ├── he@0.3.6
│ ├─┬ mailcomposer@0.2.8
│ │ ├── dkim-signer@0.1.0
│ │ ├─┬ follow-redirects@0.0.3
│ │ │ └── underscore@1.6.0
│ │ ├── mime@1.2.9
│ │ ├─┬ mimelib@0.2.14
│ │ │ ├── addressparser@0.2.0
│ │ │ └─┬ encoding@0.1.7
│ │ │   └── iconv-lite@0.2.11
│ │ └── punycode@1.2.3
│ ├── public-address@0.1.0
│ └─┬ readable-stream@1.1.10
│   ├── core-util-is@1.0.1
│   ├── debuglog@0.0.2
│   └── string_decoder@0.10.25
├─┬ npm@1.3.24
│ ├── abbrev@1.0.4
│ ├── ansi@0.2.1
│ ├── ansicolors@0.3.2
│ ├── ansistyles@0.1.3
│ ├── archy@0.0.2
│ ├── block-stream@0.0.7
│ ├── child-process-close@0.1.1
│ ├── chmodr@0.1.0
│ ├── chownr@0.0.1
│ ├── cmd-shim@1.1.1
│ ├── columnify@0.1.2
│ ├── editor@0.0.5
│ ├── fstream@0.1.25
│ ├─┬ fstream-npm@0.1.6
│ │ └── fstream-ignore@0.0.7
│ ├── github-url-from-git@1.1.1
│ ├── github-url-from-username-repo@0.0.2
│ ├── glob@3.2.7
│ ├── graceful-fs@2.0.1
│ ├── inherits@2.0.1
│ ├── ini@1.1.0
│ ├─┬ init-package-json@0.0.14
│ │ └── promzard@0.2.1
│ ├── lockfile@0.4.2
│ ├── lru-cache@2.5.0
│ ├─┬ minimatch@0.2.14
│ │ └── sigmund@1.0.0
│ ├── mkdirp@0.3.5
│ ├── node-gyp@0.12.2
│ ├── nopt@2.1.2
│ ├─┬ npm-registry-client@0.3.3
│ │ └── couch-login@0.1.19
│ ├── npm-user-validate@0.0.3
│ ├─┬ npmconf@0.1.12
│ │ └─┬ config-chain@1.1.8
│ │   └── proto-list@1.2.2
│ ├── npmlog@0.0.6
│ ├── once@1.3.0
│ ├── opener@1.3.0
│ ├── osenv@0.0.3
│ ├── path-is-inside@1.0.0
│ ├─┬ read@1.0.5
│ │ └── mute-stream@0.0.4
│ ├── read-installed@0.2.5
│ ├─┬ read-package-json@1.1.6
│ │ └── normalize-package-data@0.2.8
│ ├─┬ request@2.30.0
│ │ ├── aws-sign2@0.5.0
│ │ ├── forever-agent@0.5.0
│ │ ├─┬ form-data@0.1.2
│ │ │ ├── async@0.2.9
│ │ │ └─┬ combined-stream@0.0.4
│ │ │   └── delayed-stream@0.0.5
│ │ ├─┬ hawk@1.0.0
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├─┬ http-signature@0.10.0
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.2
│ │ │ └── ctype@0.5.2
│ │ ├── json-stringify-safe@5.0.0
│ │ ├── mime@1.2.11
│ │ ├── node-uuid@1.4.1
│ │ ├── oauth-sign@0.3.0
│ │ ├── qs@0.6.6
│ │ ├─┬ tough-cookie@0.9.15
│ │ │ └── punycode@1.2.3
│ │ └── tunnel-agent@0.3.0
│ ├── retry@0.6.0
│ ├── rimraf@2.2.6
│ ├── semver@2.2.1
│ ├─┬ sha@1.2.3
│ │ └── readable-stream@1.0.24
│ ├── slide@1.1.5
│ ├── tar@0.1.19
│ ├── text-table@0.2.0
│ ├── uid-number@0.0.3
│ └── which@1.0.5
├─┬ simplesmtp@0.3.20
│ ├── rai@0.1.9
│ └── xoauth2@0.1.8
└── ursa@0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants