From: SourceForge.net <no...@so...> - 2007-10-23 14:17:26
|
Patches item #1803373, was opened at 2007-09-27 10:29 Message generated for change (Comment added) made by cgyg9330 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=531527&aid=1803373&group_id=71505 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: chris gilbert (cgyg9330) Assigned to: Nobody/Anonymous (nobody) Summary: Don't download file attachment binary data when loading page Initial Comment: I would love to take the credit for sorting this one out, but it was Matt from Magpie who did it. Currently when you open a content page with file attachments, the traversal pulls in the binary data of the file, even though it is not required - it is retrieved again when you click on the file link. This can cause a significant delay if you have large files attached or just lots of files. This patch fixes the problem - it is a slight hack because it means there are refererences in ccm-core to fileAttachments - though no project dependencies. By default the patch has no effect - you need to ccm set waf.domain.query_file_attachment_blob=false to implement the change, but you must have ccm-cms-assets-fileattachment loaded if setting this. ---------------------------------------------------------------------- >Comment By: chris gilbert (cgyg9330) Date: 2007-10-23 14:17 Message: Logged In: YES user_id=1069385 Originator: YES committed to trunk at r1687 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=531527&aid=1803373&group_id=71505 |