I haven't, but now that you mention that it sounds familiar. I did notice that the collectstatic method takes very long when using blob storage for static files, I think sometimes even 30 minutes or so when running locally on my laptop. I think it has to do with the fact that it rechecks all the existing files in blob storage to see if they are updated.
To be honest I currently don't have a solution for that... So I hope you will find one and share! :) On Wed, Oct 17, 2018 at 2:01 PM Lawrence Goh <[email protected]> wrote: > Hi Vincent, > > I saw the post on static files with azure storage. Have you come across > where the first time it loads all the files in the blob, but the container > fails/gets stuck on the second time when it does the static files? > > Thanks. > > Regards, > Lawrence > > On Tue, Oct 16, 2018, 10:46 PM Vincent Meijer <[email protected]> > wrote: > >> Sounds familiar, the loading of static files took a long time. Once they >> are cached everything is fine, but an initial page load of 2 minutes was a >> bit much in my opinion :) >> Azure CDN might help with that. >> >> Anyway, good luck and keep us posted! >> Vincent >> >> >> On Monday, 15 October 2018 22:58:48 UTC+2, Lawrence Goh wrote: >>> >>> Hi Vincent, >>> >>> We have yet to populate data within. So couldn't do much search >>> though. However, I noticed on some devices it would be slow first time, >>> while some just in a flash. >>> >>> Once it is loaded, the following sessions is like a breeze. >>> >>> Now we are trying to create a blob storage for the media files. >>> >>> Thanks. >>> >>> Regards, >>> Lawrence >>> >>> On Mon, Oct 15, 2018 at 11:33 PM Vincent Meijer <[email protected]> >>> wrote: >>> >>>> How is Web App's performance for you? >>>> How long does a GET request of e.g. the /search page take? >>>> >>>> Best, >>>> Vincent >>>> >>>> -- >>>> -- To post, send email to [email protected]. To unsubscribe, >>>> send email to [email protected]. For more information, >>>> visit https://groups.google.com/d/forum/archesproject?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Arches Project" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> -- To post, send email to [email protected]. To >> unsubscribe, send email to [email protected]. >> For more information, visit >> https://groups.google.com/d/forum/archesproject?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Arches Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
