Let us consider we are building a page banner or slider with image as a background. The page speed issue arises if we use same big background image for both desktop and mobile versions.
In some cases, TYPO3 will give errors like "SQL error: Field xyz doesn't have a default value", when saving data in backend. This can be solved by disabling the MySQL-strict-mode…
For the records such as News or the custom extension elements, on the detail page, we often need to set the record title as the page title for the SEO purpose. We can do that using the following code
…
In Typoscript constant while defining the base url, we can check, if the site url is http or https. So if the site url is https, we can set the https for the baseurl
To change the file link icons form the content element "File Links", (if you are using css_styled_content) by using Typoscript, we have to give the path to our custom folder, where our custom icons…