Pagespeed caching css, annoying to develop

前端 未结 9 1994
耶瑟儿~
耶瑟儿~ 2020-12-29 23:45

I\'m working on a site which I havent coded from scratch and in firebug the css files are being displayed as: style.css.pagespeed.ce.5d2Z68nynm.css with the pagespeed extens

9条回答
  •  被撕碎了的回忆
    2020-12-30 00:28

    Another option for resetting the cache is described here:

    Find out where is the cache folder, it's defined in the config file under ModPagespeedFileCachePath property.

    Then run the following command from shell:

    touch /cache.flush
    (In my case: touch /var/cache/mod_pagespeed/cache.flush)
    

    That's it. The cache was reset.

提交回复
热议问题