diff options
author | mathdesc <mathdesc@web> | 2012-08-14 08:26:56 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-14 08:26:56 -0400 |
commit | ae67a4dd3dad2abfe8df1d2617a617bfefd29a5c (patch) | |
tree | d50806269f2e09c91a5afc7e240e390da194954a | |
parent | 5a671e7c1fcaf76d5018e48dc6ffbd852ce88e38 (diff) | |
download | ikiwiki-ae67a4dd3dad2abfe8df1d2617a617bfefd29a5c.tar ikiwiki-ae67a4dd3dad2abfe8df1d2617a617bfefd29a5c.tar.gz |
link to filecheck discussion
-rw-r--r-- | doc/bugs/Slow_Filecheck_attachments___34__snails_it_all__34__.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/Slow_Filecheck_attachments___34__snails_it_all__34__.mdwn b/doc/bugs/Slow_Filecheck_attachments___34__snails_it_all__34__.mdwn index 1f68acc41..8be0d84da 100644 --- a/doc/bugs/Slow_Filecheck_attachments___34__snails_it_all__34__.mdwn +++ b/doc/bugs/Slow_Filecheck_attachments___34__snails_it_all__34__.mdwn @@ -3,7 +3,7 @@ Saving a wiki page in ikwiki or I profiled ikiwiki with [[!cpan Devel::SmallProf]] : see [[users/mathdesc]] for details. -And I came to the conclusion that filecheck on attachment was the only cause. +And I came to the conclusion that [[plugins/filecheck]] on attachment was the only cause. It always go the fallback code using time-consuming file even there it's look like it's not successful. @@ -37,4 +37,8 @@ not successful. } </pre> +I found on [[plugins/filecheck/discussion/]] what [[users/DavidBremner/]] described as : +> no way to detect text/plain using File::MimeInfo::Magic::magic() +But I can't figure out if my issue is boarder and includes this or not.. + Any ideas , solve :) more that welcome. |