Thread Starter
kx1
(@kx1)
I found the solution, I had to add this line to wp-config.php:
define('CONCATENATE_SCRIPTS', false);
So that scripts wouldn’t be loaded via load-scripts.php but each one separately.
Thanks!
Thread Starter
kx1
(@kx1)
I disabled all plugins – still the same.
I changed theme to default one – still the same.
Thread Starter
kx1
(@kx1)
OK I put 86400 for both Cache timeout and Timer. As I understand, this way my cache files will be deleted every 24 hours?
Thread Starter
kx1
(@kx1)
Just to report that I still haven’t solved this problem…. I really don’t know if it’s a plugin thing or the core thing.
ANyone else have problem like this one?