Re: [mezzanine-users] Page and Site SQL Gets Triggered with View LevelCaching

2019-07-25 Thread Matt Mansour
So far I haven't been able to figure out an approach to easily disable PageMiddleWare that doesn't raise errors. Likewise, removing the mezzanine pages app also raises errors. One approach that works is to directly edit the mezzanine PageMiddleWare class. def process_view(self, request,

Re: [mezzanine-users] Page and Site SQL Gets Triggered with View LevelCaching

2019-07-24 Thread Matt Mansour
Thanks Eduardo. I'll give it a try. On Wed, Jul 24, 2019 at 9:37 AM Eduardo Rivas wrote: > Hi Matt. > > > > My guess is that Mezzanine’s Page middleware tries to fetch a page on > every request (as pages can have any URL). I would try to disable the > middlewares you don’t need and see if that

RE: [mezzanine-users] Page and Site SQL Gets Triggered with View LevelCaching

2019-07-24 Thread Eduardo Rivas
Hi Matt. My guess is that Mezzanine’s Page middleware tries to fetch a page on every request (as pages can have any URL). I would try to disable the middlewares you don’t need and see if that works. From: Matt Mansour Sent: Wednesday, July 24, 2019 10:05 AM To: Mezzanine Users Subject: