Results 1 to 3 of 3

Thread: css cache disable

  1. #1
    Member
    Join Date
    Jul 2010
    Posts
    42
    Thanks
    14
    Thanked 0 Times in 0 Posts

    Default css cache disable

    hi,

    I am having some issues with the caching. I disabled the caching as I am still working on the site design. even after disabling the cache, I see the cache folder cache/1/ files are generated. So every time when I make changes to the css, I had to override that cache css in the style css. How should I fix this? I guess I was able to get this working on my localhost with the previous hotaru version. I also commented out the
    Code:
    <?php $h->doIncludes(); ?>
    in the header.php as this was putting this
    Code:
    <link rel='stylesheet' href='http://site.com/cache/1/css_js_cache/hotaru_css_1278....
    .

    Can some one help me in fixing this?

    At least, disable this until the site is launched as that helps in fixing the css issues.

  2. #2
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,915
    Blog Entries
    88
    Thanks
    519
    Thanked 846 Times in 551 Posts

    Default

    Quote Originally Posted by jganesh View Post
    I disabled the caching as I am still working on the site design. even after disabling the cache, I see the cache folder cache/1/ files are generated.
    Yes, but they are getting overwritten on every page load because you have caching turned off.

    Code:
    <link rel='stylesheet' href='http://site.com/cache/1/css_js_cache/hotaru_css_1278....
    That includes the merged css file which contains all the individual plugin css files. It isn't cached, it's regenerated every page view and placed in the cache because there's nowhere else with write permissions to put it.

    In other words, there isn't a problem.

  3. #3
    Member
    Join Date
    Jul 2010
    Posts
    42
    Thanks
    14
    Thanked 0 Times in 0 Posts

    Default

    I think you are right, I turned it on and I will see if I see any thing wrong. thanks again!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. A question on CSRF error and how do I disable CSRF error in submit?
    By nothingman in forum How-To and Troubleshooting
    Replies: 5
    Last Post: 07-23-2010, 04:20 PM
  2. How do disable registration?
    By andersson in forum How-To and Troubleshooting
    Replies: 5
    Last Post: 06-30-2010, 03:16 PM
  3. disable html cache for admin pages?
    By cecilporter in forum How-To and Troubleshooting
    Replies: 5
    Last Post: 05-20-2010, 12:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •