vinsol-spree-contrib / spree-admin-insights

This extension provides extensive and targeted reports for the Admin. Which products were viewed the most yesterday, which brand is most popular in a particular geography, which user is a consistent buyer and much more, all the reports a website owner could probably need are a click away!
http://vinsol.com/spreecommerce-admin-insights
BSD 3-Clause "New" or "Revised" License
20 stars 63 forks source link

ReportLoader.populateInitialData called even when there is no report to load #42

Open tibomogul opened 6 years ago

tibomogul commented 6 years ago

With admin_insights installed, hit Admin Orders. ReportLoader.populateInitialData will make an ajax request.

tibomogul commented 6 years ago

The javascript is triggered on all admin pages, making an extra request (that is slow in the development environment).

tibomogul commented 6 years ago

Addressed in #43