nephila / djangocms-multisite

django-multisite support for DjangoCMS
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Force reload at each request #18

Closed yakky closed 7 years ago

yakky commented 7 years ago

After the urlconf setup, we force django CMS to reload it all, this force reload apphooks for the current site. in 3.4.1 and below this will cause a performance hit due to apphooks to be rescanned. It's fixed in 3.4.2 thanks to apphook in memory caching

yakky commented 7 years ago

Ping @stefanfoulis @czpython

stefanfoulis commented 7 years ago

@yakky can we merge this one and release to pypi?

yakky commented 7 years ago

@stefanfoulis sure. I should be able to tackle this later today