Skip to content

Can we have ability to set_config for cache folder and cache file name #478

@tereaksmey123

Description

@tereaksmey123

I mean will in the next Version / Patch can add Set_cache option ? for rename Cache Folder into something like Public, etc and True/False to Encrypt Cache file name ? this will be useful for develop website in PHP Framework when in ENVIROMENT Dev / Prod.

Example :

if(ENVIRONMENT == 'production')
{
       replace this look like 
       echo link_tag('assets/my_lib/css/stylesheet/scss_cache/3c47a77b13479ae1af0dc793e5a0ae30.css');

       into this
       echo link_tag('assets/my_lib/css/stylesheet/public/my_style.css');
}
else
{
       echo link_tag('assets/my_lib/css/scss.php/my_style.scss');
}

No need to

  • overload server and play with .htaccess

  • copy the finally update to css

Benefit

just loadding file cache instead in Prod mode it done.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions