Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e5f5b75d
Commit
e5f5b75d
authored
Feb 03, 2019
by
Carsten Rose
Browse files
Refs #7724 - caching note in Manual.
parent
252d60d8
Pipeline
#1478
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
e5f5b75d
...
...
@@ -7608,6 +7608,9 @@ Any HTML output can be extended by a tag - that's done by the webmaster. For QFQ
General
Tips
============
Errors
------
*
Does
the
error
happens
on
every
*
page
*
or
only
on
a
specific
one
?
*
Does
the
error
happens
on
every
*
form
*
or
only
on
a
specific
one
?
...
...
@@ -7618,6 +7621,18 @@ Tips:
*
Always
check
the
Javascript
console
of
your
browser
,
see
`
javascriptProblem
`
_
.
*
Always
check
the
Webserver
log
files
.
Caching
-------
Content
,
generated
by
QFQ
,
is
generally
not
cached
.
But
the
QFQ
content
records
are
cached
by
Typo3
.
This
means
if
there
is
a
content
element
'Insert Records'
on
a
page
'A'
which
includes
a
QFQ
record
from
page
'B'
and
such
QFQ
record
is
modified
(
the
SQL
definition
,
not
the
delivered
output
),
the
new
definition
becomes
by
default
only
visible
if
the
cached
is
cleared
.
To
simplify
the
situation
,
set
on
the
page
of
the
QFQ
record
(
B
)
in
Page
TS
Config
:
::
TCEMAIN
.clearCacheCmd
=
pages
QFQ
specific
------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment