I just upgraded from Xenforo 1 and noticed it seems a bit slower.
I took a look at the page loading, and noticed that the CSS is never cached.
It always has "cache-control: no-store, no-cache, must-revalidate, max-age=0".
Is there a way to fix this?
Never mind, had to disable developement mode.
$config['development']['enabled'] = false;
I took a look at the page loading, and noticed that the CSS is never cached.
It always has "cache-control: no-store, no-cache, must-revalidate, max-age=0".
Is there a way to fix this?
Never mind, had to disable developement mode.
$config['development']['enabled'] = false;
Last edited: