michalgm / nodeviz

Automatically exported from code.google.com/p/nodeviz
0 stars 0 forks source link

seperate data and image caching #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we should be able to reload the image from cached data in order to avoid db 
calls

Original issue reported on code.google.com by gregmich...@gmail.com on 13 Oct 2011 at 9:46

GoogleCodeExporter commented 9 years ago
trick will be to split naming of datafile and images

Original comment by gregmich...@gmail.com on 13 Oct 2011 at 9:57

GoogleCodeExporter commented 9 years ago
If we already have the graphobject, but want to resize the image, we should 
just be able to re-export the graph (i,e. when the user resizes browser) - this 
would save us from making uneccsasrry db calls

Original comment by gregmich...@gmail.com on 16 Nov 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Oh yeah - not only do we have this now, but we can also use the svg and imap 
cache files and resize them to desired output without calling GV at all! Fixed 
by revision r167

Original comment by gregmich...@gmail.com on 12 Jan 2012 at 2:42