[TYPO3-dev] Cache Issue

Stephan Schuler Stephan.Schuler at netlogix.de
Thu May 21 11:24:43 CEST 2015


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


More information about the TYPO3-dev mailing list