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

2019-07-25 Thread Matt Mansour
ave 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: *[mezzanine-users] Page and Site SQL Gets Triggered with View >

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

2019-07-24 Thread Matt Mansour
ou don’t need and see if that works. > > > > *From: *Matt Mansour > *Sent: *Wednesday, July 24, 2019 10:05 AM > *To: *Mezzanine Users > *Subject: *[mezzanine-users] Page and Site SQL Gets Triggered with View > LevelCaching > > > > Hi All, > > > > I am cach

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

2019-07-24 Thread Eduardo Rivas
: [mezzanine-users] Page and Site SQL Gets Triggered with View LevelCaching Hi All,  I am caching an endpoint at the view level and I noticed there are still two sql calls being made for the Site and Page objects, after the below response is cached . class CampaignDetail(APIView):  @method_decorator