Git Product home page Git Product logo

Comments (8)

nitriques avatar nitriques commented on August 16, 2024

Never saw this...

As a good rule of thumb, xsl must be deterministic in order for cachelite to work properly.

Nothing must be different in the html render for the same url. So no UA sniffing, no random. Use query string to customize the output if needed.

from cachelite.

nathanhornby avatar nathanhornby commented on August 16, 2024

That makes sense, I don't think we're doing anything funky like that.

I'll just keep an eye on it. We did have a cross-domain issue with www/non-www - this has since been resolved. Think that could have had an impact?

from cachelite.

DavidOliver avatar DavidOliver commented on August 16, 2024

If it does happen again, it might be worth seeing what your network inspector says about the CSS file, especially the response headers.

from cachelite.

nathanhornby avatar nathanhornby commented on August 16, 2024

Yea I kicked myself for not checking the inspector last time I sorted it!

from cachelite.

nitriques avatar nitriques commented on August 16, 2024

@nathanhornby The domain name is not part of the cache key... only $_GET values are, so it should not change a thing.

@DavidOliver's comment is right. Also, is your css file a real static file on disk ?

Also, using a proxy like Charles or Fiddler could help a lot.

from cachelite.

nathanhornby avatar nathanhornby commented on August 16, 2024

It is a real file on disk, yes.

The cross-site issue was with the local icon font (an issue I've seen many times before, yet always forget about) - but I don't believe CSS has an issue with cross-site stuff anyway, so I'd have been surprised if that was it - that's the only other issue we've had though.

I've certainly never seen this issue with Cachelite before; so I'm hoping it was just computers being computers.

Thanks for the Charles/Fiddler tip!

from cachelite.

nitriques avatar nitriques commented on August 16, 2024

@nathanhornby My pleasure!

And no css files do not care about cross domain stuff but fonts do.

so I'm hoping it was just computers being computers.

Me too! I've been having a bug where the site works everywhere, except at the client's office...

I'll close the issue for now. Please re-open/comment if you have more problems or infos.

from cachelite.

nathanhornby avatar nathanhornby commented on August 16, 2024

Sure no problem, I'll reopen if it crops up.

That's a good one, and that would be the machine that it does it on!

On 22 Apr 2015, at 17:13, Nicolas Brassard [email protected] wrote:

@nathanhornby My pleasure!

And no css files do not care about cross domain stuff but fonts do.

so I'm hoping it was just computers being computers.

Me too! I've been having a bug where the site works everywhere, except at the client's office...

I'll close the issue for now. Please re-open/comment if you have more problems or infos.


Reply to this email directly or view it on GitHub.

from cachelite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.