Hi, It should be USER. Is there a simple way to check it?
Can it be that I hadn't set $TYPO3_CONF_VARS['GFX']['im_version_5'] $TYPO3_CONF_VARS['GFX']['im_path_lzw'] in the localconf? It look like the pictures very being generated almost right away after I set it, but I am not sure if it just my imagination? /Morten Hagh -----Oprindelig meddelelse----- Fra: [email protected] [mailto:[email protected]] På vegne af Victor Livakovsky Sendt: 29. november 2011 14:02 Til: [email protected] Emne: Re: [TYPO3-english] extenstion generate thumbnails Hi, Morten. > But it look like that will run every time I click an image for a large > view and that takes a very long time. Are you running your plugin as USER or USER_INT object? I see, that you generate cHash in your links, but may be your plugin is accidentally defined as USER_INT and therefore code runs on each call. Also you may set [GFX][enable_typo3temp_db_tracking] = 1 (look at Install Tool), so you'll get your generated images logged into db and prevent same image generation by different processes. _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
