Source string (Built-in English)
Pages which are suitable for caching are cached the first time they are requested, then the cached version is served for all later requests. Dynamic content is handled automatically so that both cache correctness and hit ratio is maintained.
Translated string (German)
Source string (Built-in English)
The module requires no configuration. Every part of the page contains metadata that allows Internal Dynamic Page Cache to figure this out on its own.
Translated string (German)
Source string (Built-in English)
The Toolbar module provides a toolbar for site administrators, which displays tabs and trays provided by the Toolbar module itself and other modules. For more information, see the <a href=":toolbar_docs">online documentation for the Toolbar module</a>.
Translated string (German)
Source string (Built-in English)
Tabs are buttons, displayed in a bar across the top of the screen. Some tabs execute an action (such as starting Edit mode), while other tabs toggle which tray is open.
Translated string (German)
Source string (Built-in English)
Trays
Translated string (German)
Source string (Built-in English)
Trays are usually lists of links, which can be hierarchical like a menu. If a tray has been toggled open, it is displayed either vertically or horizontally below the tab bar, depending on the browser width. Only one tray may be open at a time. If you click another tab, that tray will replace the tray being displayed. In wide browser widths, the user has the ability to toggle from vertical to horizontal, using a link at the bottom or right of the tray. Hierarchical menus only have open/close behavior in vertical mode; if you display a tray containing a hierarchical menu horizontally, only the top-level links will be available.
Translated string (German)
Source string (Built-in English)
What is site performance?
Translated string (German)
Source string (Built-in English)
Site performance, in this context, refers to speed factors such as the page load time and the response time after a user action on a page.
Translated string (German)
Source string (Built-in English)
What is caching?
Translated string (German)
Source string (Built-in English)
Caching is saving already-rendered HTML output and other calculated data for later use the first time it is needed. This saves time, because the next time the same data is needed it can be quickly retrieved instead of recalculated. Automatic caching systems also include mechanisms to delete cached calculations or mark them as no longer valid when the underlying data changes. To facilitate that, cached data has a <em>lifetime</em>, which is the maximum time before the data will be deleted from the cache (forcing recalculation).
Translated string (German)
Source string (Built-in English)
What is file aggregation?
Translated string (German)
Source string (Built-in English)
Aggregation is when CSS and JavaScript files are merged together and compressed into a format that is much smaller than the original. This allows for faster transmission and faster rendering on the other end.
Translated string (German)
Source string (Built-in English)
What can I do to improve my site's performance?
Translated string (German)
Source string (Built-in English)
The following core software modules and mechanisms can improve your site's performance:
Translated string (German)
Source string (Built-in English)
Internal Page Cache module
Translated string (German)
Source string (Built-in English)
Caches pages requested by users who are not logged in (anonymous users). Do not use if your site needs to send different output to different anonymous users.
Translated string (German)
Source string (Built-in English)
Internal Dynamic Page Cache module
Translated string (German)
Source string (Built-in English)
Caches data for both authenticated and anonymous users, with non-cacheable data in the page converted to placeholders and calculated when the page is requested.
Translated string (German)
Source string (Built-in English)
Big Pipe module
Translated string (German)
Source string (Built-in English)
Changes the way pages are sent to users, so that cacheable parts are sent out first with placeholders, and the uncacheable or personalized parts of the page are streamed afterwards. This allows the browser to render the bulk of the page quickly and fill in the details later.
Translated string (German)
Source string (Built-in English)
Performance page settings
Translated string (German)
Source string (Built-in English)
In the <em>Manage</em> administrative menu, if you navigate to <em>Configuration</em> > <em>Development</em> > <em>Performance</em>, you will find a setting for the maximum cache lifetime, as well as the ability to turn on CSS and JavaScript file aggregation.
Translated string (German)
Source string (Built-in English)
Online documentation for the Internal Page Cache module
Translated string (German)
Source string (Built-in English)
Online documentation for the Internal Dynamic Page Cache module
Translated string (German)
Source string (Built-in English)
Online documentation for the BigPipe module
Translated string (German)
Source string (Built-in English)
What is a URL?
Translated string (German)
Source string (Built-in English)
URL is the abbreviation for "Uniform Resource Locator", which is the page's address on the web. It is the "name" by which a browser identifies a page to display. In the example "Visit us at <em>example.com</em>.", <em>https://example.com</em> would be the URL for the home page of your website. Users use URLs to locate content on the web.
Translated string (German)
Source string (Built-in English)
What is a path?
Translated string (German)
Source string (Built-in English)
A path is the unique, last part of the URL for a specific function or piece of content. For example, for a page whose full URL is <em>https://example.com/node/7</em>, the path is <em>node/7</em>. Here are some examples of paths you might find in your site:
Translated string (German)
Source string (Built-in English)
node/7: Path to a particular content item.
Translated string (German)