You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I'm using paperclip in my rails 3 app to upload photos, resize with
ImageMagick and then post to S3.
For the life of me, I can't figure out why this process is soooo slow
on my localhost? Even without any resizing it's crazy slow... 30+
seconds for one photo?
And my network & cpu aren't even working hard?
Why? Any ideas on how I can debug this? thanks
nobosh
unread,
Oct 23, 2010, 9:33:20 PM10/23/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
after watching the development log, it seems to be pretty quick on
everything expect the original file, since is only 29kb JPG? taking
about 9 secs.