You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Glossary/Index.rst
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,18 @@ Glossary
11
11
**Apache**: `Apache httpd <https://en.wikipedia.org/wiki/Apache_HTTP_Server>`__ is one
12
12
of the options you can choose as a web server. Others are Nginx, Microsoft IIS and Caddy Server (`see system requirements <https://get.typo3.org/version/13#system-requirements>`__).
13
13
14
-
**Admin Tools**:
14
+
**Admin Tools**: Admin tools are a group of backend modules.
15
+
These include maintaining the installation, adjusting settings, executing upgrade wizards,
16
+
checking environment information and setting up extensions.
15
17
16
18
**Admin User**:
17
19
18
-
**Assets**:
20
+
**Assets**: Assets are media resources such as images, videos and documents that are uploaded and managed in the TYPO3 system.
21
+
Also, extensions can include assets which can be referred to in the frontend, like specific icons or JavaScript libraries.
19
22
20
-
**Application context**:
23
+
**Application context**: In TYPO3, Application Context specifies the environment
24
+
(e.g., Development, Production) the site is running in, adjusting settings like debugging or
25
+
performance optimization accordingly. This helps tailor TYPO3 behavior for each stage of deployment.
21
26
22
27
**B**
23
28
@@ -31,7 +36,8 @@ of the options you can choose as a web server. Others are Nginx, Microsoft IIS a
31
36
32
37
**Class**: In PHP
33
38
34
-
**Cache**:
39
+
**Cache**: Caches are used to improve website performance by storing frequently
40
+
accessed data. TYPO3 has multiple caches for various performance relevant areas in both for the frontend and backend.
35
41
36
42
**cObject**:
37
43
@@ -45,6 +51,10 @@ of the options you can choose as a web server. Others are Nginx, Microsoft IIS a
45
51
46
52
**Content Security Policy**:
47
53
54
+
**CType**: CType refers to Content Type and is a database column field in a very
55
+
important database table called "tt_content", where all the content elements are stored.
56
+
This column defines the name of the specific content element, and influences how it is displayed in the backend and frontend.
0 commit comments