I checked out the latest shapado source code from https://github.com/ricodigo/shapado.git.
We are running the application on Amazon EC2 (t1.micro hosted in Asia Pacific) instance. When we start the shapado server (using rails server -e development -d), its takes around 30 mins to startup. Our MongoDB instance is hosted in MongoLab.
‘top’ indicates that ruby uses 99% of the CPU, how do I enable application debug logs to understand the reason for the delay.
