GithubHelp home page GithubHelp logo

Comments (5)

JPLeRouzic avatar JPLeRouzic commented on June 14, 2024

Can you provide a URL with this problem, and which browser was it?

from htmly.

MrBear777 avatar MrBear777 commented on June 14, 2024

The issue look like it was resolved after the cache was cleared

from htmly.

JPLeRouzic avatar JPLeRouzic commented on June 14, 2024

Even if it's advertised as a cache it is actually just using a copy of various indexes.
A real cache is something entirely different.
actually I think that in HTMLY this pseudo cache slows the site, as each time a post is displayed to a user, there is a read of the whole flat file database (with a PHP glob which is a slow function).
image

In my own version of HTMLy, I removed this "cache" code.

from htmly.

AutomationMan808 avatar AutomationMan808 commented on June 14, 2024

In which file is that?

from htmly.

danpros avatar danpros commented on June 14, 2024

This cache index only changed/rebuilt when we publish/edit/delete the post/page/category, or clear the cache manually. So we do not need the do the glob everytime actually if (!file_exists($url))

        $url = 'cache/index/index-sorted.txt';
        if (!file_exists($url)) {
            rebuilt_cache('all');
        }

For OP problems because on mobile you get the cached version (not logged) and let say on laptop logged so get un-cached version. If you still developing the site, turn off the cache in admin/config

from htmly.

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.