On Thursday, July 26, 2018 at 2:30:31 PM UTC-4, Benjamin Polen wrote:
> what web resources should I store there. None. On Thursday, July 26, 2018 at 2:30:31 PM UTC-4, Benjamin Polen wrote: > For example, should html files, jinja2 templates, javascript files images, > css be stored in my resource tree? > No. The only time to store those types things in nosql is when you're storing "user overrides" that are implemented via a customization or whitelabel system and the data HAS to be queried. In those scenarios you can't avoid the overhead that nosql lookups and IO cost. In every other situation, you want to leverage things like: * built-in caching of template libraries * filesystem IO optimizations of web servers and operating systems -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/212939ff-b1f3-45e6-8804-a40b8717ce95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
