strange performance result.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
I tested Nop commerce with
nopCommerce 3.20 - Source code
SQL CE (yeah I know not fast as sql server)
with exampel data
runned in visual studio 2013 with web.config <compilation debug="false" targetFramework="4.5" />
and noticed some delay in page loading.
I installed glimpse nugets to get an hint what was taking time
  <package id="Glimpse" version="1.8.1" targetFramework="net45" />
  <package id="Glimpse.Ado" version="1.7.0" targetFramework="net45" />
  <package id="Glimpse.AspNet" version="1.6.0" targetFramework="net45" />
  <package id="Glimpse.EF6" version="1.6.0" targetFramework="net45" />
  <package id="Glimpse.Mvc4" version="1.5.2" targetFramework="net45" />

the result was that 13 queries on 60ms seemed to be fair
http://downloads.wipcore.se/pierre/npsql.PNG
but the strange thing was that it rendered extremly lots of partials views for widgets and opened a sql connection for each view
http://downloads.wipcore.se/pierre/nptimeline.PNG
this is from a admin page and a site page was worse.

I can be verry wrong because of Im new to glimpse and nop but can rendering of widget be time consuming in nop?
10 years ago
[email protected] wrote:
I tested Nop commerce with
nopCommerce 3.20 - Source code
SQL CE (yeah I know not fast as sql server)
with exampel data
runned in visual studio 2013 with web.config <compilation debug="false" targetFramework="4.5" />
and noticed some delay in page loading.
I installed glimpse nugets to get an hint what was taking time
  <package id="Glimpse" version="1.8.1" targetFramework="net45" />
  <package id="Glimpse.Ado" version="1.7.0" targetFramework="net45" />
  <package id="Glimpse.AspNet" version="1.6.0" targetFramework="net45" />
  <package id="Glimpse.EF6" version="1.6.0" targetFramework="net45" />
  <package id="Glimpse.Mvc4" version="1.5.2" targetFramework="net45" />

the result was that 13 queries on 60ms seemed to be fair
http://downloads.wipcore.se/pierre/npsql.PNG
but the strange thing was that it rendered extremly lots of partials views for widgets and opened a sql connection for each view
http://downloads.wipcore.se/pierre/nptimeline.PNG
this is from a admin page and a site page was worse.

I can be verry wrong because of Im new to glimpse and nop but can rendering of widget be time consuming in nop?


Hi, thanks for sharing your findings.

I have looked at the images your shared. I don't think Widget is causing issue here! The long time you see it not caused by widgets. But I will try to have a look at them in next few days. Apart from that, I liked Glimpse, will try that as well.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.