scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Reduce front-page loading time #180

Open ksurya opened 10 years ago

ksurya commented 10 years ago

The front-page of the site is taking lot of time than usually expected to load. The probably fixes for improving are

  1. The page loads most-viewed, latest submissions, top tags, top authors features every time. These implementations can be improved to reduce database load.
  2. Use cache (memcache) on the front-page.

References: scipy_central.submission.templatetags.core_tags