Migrating (of the Perl Maven site) from Dancer 1 to Dancer2
I have started to migrate the Perl Maven site from Dancer 1 to Dancer 2. As you could see from my previous message I got stuck very quickly with the Dancer2::Plugin::Passphrase module, but I have not given up hope yet. I hope that Sawyer will soon do whatever he needs to do so Henk can fix the module, but in the meantime I try to make progress without that module. I have also started to describe my experience on the site: http://perlmaven.com/migrating-from-dancer-to-dancer2 and will update that as I make progress. I've also submitted two pull requests with some documentation updates that might, or might not be correct. I'd appreciate the attention of the core developers. Gabor
Other than a few issues opened (which lead to the Migration document), no one had publicly written and described their upgrade process, let alone a blog series. I'm interested in where this will lead and the various issues it will help uncover. We have already merged the changed you submitted and thank you for them, as always. :) On Wed, Dec 10, 2014 at 4:50 PM, Gabor Szabo <gabor@szabgab.com> wrote:
I have started to migrate the Perl Maven site from Dancer 1 to Dancer 2. As you could see from my previous message I got stuck very quickly with the Dancer2::Plugin::Passphrase module, but I have not given up hope yet.
I hope that Sawyer will soon do whatever he needs to do so Henk can fix the module, but in the meantime I try to make progress without that module.
I have also started to describe my experience on the site: http://perlmaven.com/migrating-from-dancer-to-dancer2 and will update that as I make progress.
I've also submitted two pull requests with some documentation updates that might, or might not be correct. I'd appreciate the attention of the core developers.
Gabor
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
I have just finished the migration and the Perl Maven site http://perlmaven.com/ now uses Dancer2. I'd appreciate if you looked around and let me know if there are any issues with the web site. Gabor ps. I still need to update the document with the last few steps I made.
Hello Gabor I do not see the difference with D1 version - in French translations are correct do you use D2 + ngnix in reverse proxy + starman ? Le 14/12/2014 10:30, Gabor Szabo a écrit :
I have just finished the migration and the Perl Maven site http://perlmaven.com/ now uses Dancer2. I'd appreciate if you looked around and let me know if there are any issues with the web site.
Gabor ps. I still need to update the document with the last few steps I made.
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Thanks for checking. Yes that's the setup now. Gabor On Sun, Dec 14, 2014 at 11:41 AM, Hugues <hugues@max4mail.com> wrote:
Hello Gabor I do not see the difference with D1 version - in French translations are correct do you use D2 + ngnix in reverse proxy + starman ?
After more than 48 hours on the server I can now share the results of my performance measurements: Average request time went from 285 ms to 192 ms. A nice performance bump. The graph is at the bottom of the article: http://perlmaven.com/migrating-from-dancer-to-dancer2 Gabor
Very happy to hear! :) We still haven't gone into heavy benchmarking but that's definitely an open place to add more optimizations, if anyone is interested at taking a stab at it. :) On Tue, Dec 16, 2014 at 5:40 AM, Gabor Szabo <gabor@szabgab.com> wrote:
After more than 48 hours on the server I can now share the results of my performance measurements: Average request time went from 285 ms to 192 ms.
A nice performance bump.
The graph is at the bottom of the article:
http://perlmaven.com/migrating-from-dancer-to-dancer2
Gabor
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (3)
-
Gabor Szabo -
Hugues -
Sawyer X