[TYPO3-dev] TYPO3-dev Digest, Vol 140, Issue 14

Rahul Gupta yourprem786 at gmail.com
Thu May 21 12:22:56 CEST 2015


Hi,

I am using COA_INT object but cookie is still getting cache.

On Thu, May 21, 2015 at 3:30 PM, <typo3-dev-request at lists.typo3.org> wrote:

> Send TYPO3-dev mailing list submissions to
>         typo3-dev at lists.typo3.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
> or, via email, send a message with subject or body 'help' to
>         typo3-dev-request at lists.typo3.org
>
> You can reach the person managing the list at
>         typo3-dev-owner at lists.typo3.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-dev digest..."
>
>
> Today's Topics:
>
>    1. Re: Backend PDF thumbnails not working (Stefan Padberg)
>    2. Re: Backend PDF thumbnails not working (Mark Howells-Mead)
>    3. Re: FAL recursive delete handled correctly? (Frans Saris)
>    4. Cache Issue (Rahul Gupta)
>    5. Re: Typo3 Cookie Cache Issue (Loek Hilgersom)
>    6. Re: Cache Issue (Loek Hilgersom)
>    7. Re: Cache Issue (Stephan Schuler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 20 May 2015 14:09:42 +0200
> From: Stefan Padberg <post at bergische-webschmiede.de>
> Subject: Re: [TYPO3-dev] Backend PDF thumbnails not working
> To: typo3-dev at lists.typo3.org
> Message-ID: <mailman.1.1432123782.7558.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Am 19.05.2015 um 17:10 schrieb Mark Howells-Mead:
> > Hi there
> >
> > I have a problem with a few TYPO3 6.2 installations which is driving me
> mad. In the frontend, thumbnails are being created from PDFs using
> GraphicsMagick with no problem. In the Install Tool, the option
> [GFX][imagefile_ext] is set to the standard
> gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai
> >
> > When switching to the Filelist view, the option ?Display thumbnails? is
> active. In the affected installations, the files linked as PDF thumbnails
> are the PDFs themselves, instead of a generated GIF. In other installations
> with identical settings, it works.
> >
> > I have spent most of the afternoon Googling this, to no avail. Has
> anyone encountered this before?
> >
> > Many thanks for any tips
> > Mark
> >
>
> Did you check with the installtool whether the image functions work
> correctly?
>
> Regards
> Stefan
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 20 May 2015 14:11:19 +0200
> From: Mark Howells-Mead <m.howells-mead at frappant.ch>
> Subject: Re: [TYPO3-dev] Backend PDF thumbnails not working
> To: List for Core-/Extension development <typo3-dev at lists.typo3.org>
> Message-ID: <mailman.16827.1432123889.623.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=us-ascii
>
> > Did you check with the installtool whether the image functions work
> correctly?
>
> Yes and yes, they are. From my earlier email:
>
> > In the frontend, thumbnails are being created from PDFs using
> GraphicsMagick with no problem. In the Install Tool, the option
> [GFX][imagefile_ext] is set to the standard
> gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai
>
> Cheers
> Mark
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 20 May 2015 22:32:51 +0200
> From: Frans Saris <franssaris at gmail.com>
> Subject: Re: [TYPO3-dev] FAL recursive delete handled correctly?
> To: "List for Core-/Extension development" <typo3-dev at lists.typo3.org>
> Message-ID: <mailman.16855.1432153973.623.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
>
> Hi Dennis,
>
> this indeed looks like a bug/missing feature. Could you create an issue on
> https://forge.typo3.org/projects/typo3cms-core/issues ?
>
> gr. Frans
>
> 2015-05-14 11:02 GMT+02:00 Dennis Luemkemann <dennis.luemkemann at gmx.de>:
>
> > Hi Frans,
> >
> > all non-system exts I could think of that might interfere: media,
> > (metadata?), solrfal
> >
> > Best regards
> > Dennis
> >
> > Am 14.05.2015 um 09:15 schrieb Frans Saris <franssaris at gmail.com>:
> >
> > > Hi Dennis,
> > >
> > > If this is really the case then you found a bug. As the sys_file,
> > > sys_file_reference and sys_file_processed should all get removed when
> > > deleting files in the backend.
> > > I know this worked for 6.2.?.
> > >
> > > Do you have some extension installed that hooks into the FAL API and
> > breaks
> > > the correct behaviour?
> > >
> > > Gr Frans
> > > Op 14 mei 2015 08:53 schreef "Dennis Luemkemann" <
> > dennis.luemkemann at gmx.de>:
> > >
> > >> Short follow-up:
> > >>
> > >> In the backend reports I now get:
> > >>
> > >> "Files flagged as missing      541 files
> > >> These files are flagged as missing. Restore the files and run the
> > indexer
> > >> to reset the missing flag."
> > >>
> > >> I cannot restore the files, they are deleted. How do I get rid of the
> > dead
> > >> entries in the database?
> > >>
> > >> I?m on 6.2.11
> > >>
> > >> Best regards
> > >> Dennis
> > >>
> > >> Am 14.05.2015 um 01:21 schrieb Dennis Luemkemann <
> > dennis.luemkemann at gmx.de
> > >>> :
> > >>
> > >>> Hello all,
> > >>>
> > >>> I hope this is not too off-topic:
> > >>>
> > >>> When deleting files in the backend module File -> Filelist, the
> > >> corresponding entries in sys_file are simultaneously deleted, together
> > with
> > >> the files in the file system. But when deleting a folder that contains
> > >> files, the file records are not deleted from sys_file (but the files
> in
> > the
> > >> file system are deleted). Is this normal behavior? Are we relying here
> > on
> > >> some maintenance routine run later by scheduler that checks for
> > >> non-existing files and cleans up the orphaned entries?
> > >>>
> > >>> Best regards
> > >>> Dennis
> > >>>
> > >>> _______________________________________________
> > >>> TYPO3-dev mailing list
> > >>> TYPO3-dev at lists.typo3.org
> > >>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
> > >>
> > >> _______________________________________________
> > >> TYPO3-dev mailing list
> > >> TYPO3-dev at lists.typo3.org
> > >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
> > >>
> > > _______________________________________________
> > > TYPO3-dev mailing list
> > > TYPO3-dev at lists.typo3.org
> > > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
> >
> > _______________________________________________
> > TYPO3-dev mailing list
> > TYPO3-dev at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 21 May 2015 10:13:48 +0530
> From: Rahul Gupta <yourprem786 at gmail.com>
> Subject: [TYPO3-dev] Cache Issue
> To: typo3-dev at lists.typo3.org
> Message-ID: <mailman.16890.1432183430.623.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
>
> Please let me know how to disable cache for the
>
> 1. Particular page
> 2. All Pages
>
> --
> Thanks
> Rahul Gupta
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 21 May 2015 10:09:32 +0200
> From: Loek Hilgersom <loek at netcoop.nl>
> Subject: Re: [TYPO3-dev] Typo3 Cookie Cache Issue
> To: typo3-dev at lists.typo3.org
> Message-ID: <mailman.1.1432195773.23020.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi Rahul,
>
> A COA is always cached, so to make your code work you should replace COA
> by COA_INT.
>
> Loek
>
>
> On 18-05-15 07:58, Rahul Gupta wrote:
> > Dear Team,
> >
> > I have a page where setup few links on click of those links cookie
> created
> > in Typoscript and then cookie is reading by Typoscript and displaying on
> > header.
> >
> > Issue is when you click on one link cookie created but on the click of
> > second link cookie created but does not change in the header seems taking
> > up from cache.
> >
> > Please help me here how to make it stable and consistent.
> >
> > For Referecnce Cookie Reading Code;
> > lib.countryitem_cookie = COA
> > lib.countryitem_cookie {
> >        10 = TEXT
> >        10 {
> >                  stdWrap.wrap =   |
> >            data = global:_COOKIE|countryitem
> >        }
> > }
> >
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 21 May 2015 10:14:14 +0200
> From: Loek Hilgersom <loek at netcoop.nl>
> Subject: Re: [TYPO3-dev] Cache Issue
> To: typo3-dev at lists.typo3.org
> Message-ID: <mailman.1.1432196054.23967.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi Rahul,
>
> On 21-05-15 06:43, Rahul Gupta wrote:> Please let me know how to disable
> cache
> for the
>  >
>  > 1. Particular page
>  > 2. All Pages
>  >
>
> Disabling cache for complete pages or even all pages is always a bad idea
> because it will make your site slow. Better use COA_INT or USER_INT
> objects for
> only those parts of your content that should not be cached. TYPO3 then
> still
> caches all the static parts of your pages.
>
> See also my answer to your previous message.
>
> Loek
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 21 May 2015 09:24:43 +0000
> From: Stephan Schuler <Stephan.Schuler at netlogix.de>
> Subject: Re: [TYPO3-dev] Cache Issue
> To: List for Core-/Extension development <typo3-dev at lists.typo3.org>
> Message-ID: <mailman.16903.1432200288.623.typo3-dev at lists.typo3.org>
> Content-Type: text/plain; charset="utf-8"
>
> Hey there.
>
> http://docs.typo3.org/typo3cms/CoreApiReference/CachingFramework/Index.html
> Hint: NullBackend ... and bye bye performance.
>
> Honestly: Learn how to work with caches, not against them. Caches is a
> vital part of TYPO3. You won't have much fun without them.
>
> Regards,
>
>
> Stephan Schuler
> Web-Entwickler | netlogix Media
>
> Telefon: +49 (911) 539909 - 0
> E-Mail: Stephan.Schuler at netlogix.de
> Web: media.netlogix.de
>
>
>
>
> netlogix GmbH & Co. KG
> IT-Services | IT-Training | Media
> Neuwieder Stra?e 10 | 90411 N?rnberg
> Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99
> E-Mail: info at netlogix.de | Web: http://www.netlogix.de
>
> netlogix GmbH & Co. KG ist eingetragen am Amtsgericht N?rnberg (HRA 13338)
> Pers?nlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634)
> Umsatzsteuer-Identifikationsnummer: DE 233472254
> Gesch?ftsf?hrer: Stefan Buchta, Matthias Schmidt
>
>
>
> -----Urspr?ngliche Nachricht-----
> Von: typo3-dev-bounces at lists.typo3.org [mailto:
> typo3-dev-bounces at lists.typo3.org] Im Auftrag von Loek Hilgersom
> Gesendet: Donnerstag, 21. Mai 2015 10:14
> An: typo3-dev at lists.typo3.org
> Betreff: Re: [TYPO3-dev] Cache Issue
>
> Hi Rahul,
>
> On 21-05-15 06:43, Rahul Gupta wrote:> Please let me know how to disable
> cache for the  >  > 1. Particular page  > 2. All Pages  >
>
> Disabling cache for complete pages or even all pages is always a bad idea
> because it will make your site slow. Better use COA_INT or USER_INT objects
> for only those parts of your content that should not be cached. TYPO3 then
> still caches all the static parts of your pages.
>
> See also my answer to your previous message.
>
> Loek
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>
> ------------------------------
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>
> End of TYPO3-dev Digest, Vol 140, Issue 14
> ******************************************
>



-- 
Thanks
Rahul Gupta



More information about the TYPO3-dev mailing list