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
Make sure that your issue is reproducible by doing the following tasks
I am using application packages whose source code is not optimized for production (source code is not minified).
I have activated the test mode by changing the TEST constant value to true in the .\index.php file.
I have made sure that there are files named error or error-x or error-y in the .\engine\log folder.
What installation method did you use?
Git
Describe your issue in the field below
javascript dan CSS pada halaman selalu bertambah, saat halaman dimuat.
state.php pada extension php, hanya di setting basic saja.
return [
// List of element(s) to which the content(s) and attribute(s) will always be compared on every request
// If you are not sure about this value, you can set it as `body`
'sources' => "body > div, body > svg, body > template, meta[name='description']",
// Default application state(s)
'state' => [
'cache' => false,
'history' => true,
// Add custom request header(s) here
'lot' => [
'x-requested-with' => 'F3H'
],
'sources' => 'a[href], form',
'turbo' => false,
'type' => 'document', // Default response type
'types' => [
"" => 'document', // Default response type for extension-less URL
'CSS' => 'text',
'JS' => 'text',
'JSON' => 'json'
]
]
];
pada bagian 'sources' => "body > div, body > svg, body > template, meta[name='description']", juga telah di set ke elemen specific, tetapi masih terjadi penambahan javascript dan css
Package version
Development version (package on the main branch)
Package version number
No response
What browsers are you seeing the problem on?
Chrome, Edge, Firefox
Error logs of the core application if any
no logs
Error log of the extension if any
no logs
Error log of the layout if any
no logs
General error logs if any (if the application fails to set a custom error log path, then the error log will usually appear in this location)
no logs
The text was updated successfully, but these errors were encountered:
sudah bisa kang, cuma kayak ada transition yg tidak smooth saat perubahan dari laman satu ke laman lainnya. seperti style nya baru termuat belakangan gitu kang, mungkin karena faktor response time yg bertambah karena ane custom route url css nya😅 .
Karena CSS yang lama Saya buang dulu sebelum yang baru dimuat, supaya tidak terjadi duplikat. Biasanya karena ukurannya terlalu besar jadi pas memuat CSS yang baru agak delay.
Make sure that your issue is reproducible by doing the following tasks
TEST
constant value totrue
in the.\index.php
file.error
orerror-x
orerror-y
in the.\engine\log
folder.What installation method did you use?
Git
Describe your issue in the field below
javascript dan CSS pada halaman selalu bertambah, saat halaman dimuat.
state.php
pada extension php, hanya di setting basic saja.pada bagian 'sources' =>
"body > div, body > svg, body > template, meta[name='description']",
juga telah di set ke elemen specific, tetapi masih terjadi penambahan javascript dan cssPackage version
Development version (package on the
main
branch)Package version number
No response
What browsers are you seeing the problem on?
Chrome, Edge, Firefox
Error logs of the core application if any
Error log of the extension if any
Error log of the layout if any
General error logs if any (if the application fails to set a custom error log path, then the error log will usually appear in this location)
The text was updated successfully, but these errors were encountered: