Ticket #3 (closed defect: fixed)
Add filesize data into the catalog index
| Reported by: | and | Owned by: | andycat |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.2 |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
The video view page displays file size of a video. Currently this wakes up the object from the zodb - ie we are going beyond the "brain" object, which is the catalog's object - cached info. This means the ATVideo obj is loaded from the zodb - one attribute of which is the ExternalStorage? object pointing to the actual file on the filesystem. This system makes page loading for large videos very long and sometimes has the effect of the plone instance running out of memory.
We dont need to do this, but we just need to add the filesize data into the catalog indexing system - so it is in the brain object (ie the cache).
