|
I just did a new installation and I have noticed that my questions page always seems to load pretty slowly. It lags for a second and then things load up. Anyone know if there is a caching setting or something to speed up the load time of the "front page"...aka questions page? Thanks in advanced, cuzzinz |
|
Since this site, meta.osqa.net, typically loads in well under 1 second per page (and often less than half that) I don't think it is likely that the slow speed you notice on your own site is due to OSQA. It is almost certainly a local configuration issue. What caching options did you set up in your settings_local.py file? 2
rickross... thank you for replying so quickly lol. I failed at life for a second there and did a few extra searches and discovered this thread: http://meta.osqa.net/questions/4895/osqa-with-memcached-cache This was my solution: apt-get install memcached python-memcached Commented out the default caching and replaced it with my local machine info from that thread. now it is fast a hell. still working on a few things with our new layout but this is working really fast now.
(03 May '11, 17:36)
cuzzinz
|