Question CSS to file

Status
Not open for further replies.

dcgibby

Customer
I just installed but am not able to get CSS to store as file. They are sent with the css.php

I've uncheck all but store css as file and still doesn't work.
There are css files in /data/dbtechOptimise/cssCache
 
Hi there,

Has this issue been resolved in the time it took for me to get to this ticket? I'm seeing the cssCache-referenced files @ your site :)
 
Yes. I figured might be another addon. I had xen redis cache installed which i removed.
I setup the cache for DB Optimise as per the config.php for redis. Working

I do have a follow up question:
How would I setup the rest of my config: Should I remove or can I switch back to memcached setup which I originally had? Does having $config['cache'] enabled affect your addon?
Code:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['cacheSessions'] = true;
$config['cache']['frontendOptions']['caching'] = true;
$config['cache']['frontendOptions']['automatic_serialization'] = false;
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xfredis_';
$config['cache']['frontendOptions']['lifetime'] = 0;
$config['cache']['backend'] = 'Redis';

$config['cache']['backendOptions'] = array(
       'server' => '127.0.0.1',
       'port' => 6379,
       'database' => 1,
       'connect_retries' => 2,
       'use_lua' => true,
       'compress_data' => 2,
       'read_timeout' => 1,
       'timeout' => 1,
   );
Thank you for any assistance.
I came to this mod from eva2000 at centminmod btw

david
 
The XenForo internal cache is different from DB Optimise's, so you're free to use whatever caching mechanism you want there :)
 
Hello dcgibby,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte Optimise

XenForo 1.5.3+
Seller
DragonByte Technologies
Release date
Last update
Total downloads
258
Customer rating
0.00 star(s) 0 ratings
Back
Top