Hi I'm writing a web app with vibe. I've hit on two issues that I'm hoping have obvious answers.

1/ When I build in release mode dub --build=release --parallel the whole process takes about an hour and a half on a decent machine. Is this not too long? Have I done something wrong as in debug mode it'll finish in about ten seconds or so.

2/ This one is more concerning. Some of my ajax calls return 404. They all work as they should in debug mode, however.

Thanks for any help.

dmd v2.67.1
dub v0.9.23
vib-d v0.7.23