Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TYPO3 Extension Development

You're reading from   TYPO3 Extension Development

Arrow left icon
Product type Paperback
Published in Sep 2008
Publisher
ISBN-13 9781847192127
Length 232 pages
Edition Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Dmitry Dulepov Dmitry Dulepov
Author Profile Icon Dmitry Dulepov
Dmitry Dulepov
Arrow right icon
View More author details
Toc

Caching


Caching is an extremely important topic in TYPO3. If an extension does not work properly with cache, it may slow down pages significantly. Therefore, cache related issues should always be considered by extension developers while developing Frontend plugins.

Caching in TYPO3

TYPO3 caches all pages by default. Caching means that the page content is generated once and stored to the database. When a user visits the same page again, TYPO3 does not have to generate all the menus, process all the content objects, or call the Frontend plugins once again. It simply takes the page content from the database and sends it to the website visitor. Caching is able to speed up page rendering about 10-20 times.

While caching, TYPO3 must take care of many issues. For example, a page can be available in many languages. There can be Frontend users logged in. A page may have parameters such as the news article ID. All these issues affect caching.

A page can be cached either to the database or to the external...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image