Git Product home page Git Product logo

Comments (8)

wdebusschere avatar wdebusschere commented on July 17, 2024 1

@nitriques Thanks for the reply. Ok, so big database is normal. This is a problem as we only got 1GB db's. So i have disabled the storing in the database and the cache expires eventually. If some new data gets added or updated we have created a delete all cache button, which is better in our situation, then to have long delays saving and deleting the cache.

from cachelite.

nitriques avatar nitriques commented on July 17, 2024

If you do not purge it, yes it is. How often do you run the cron job ?

from cachelite.

wdebusschere avatar wdebusschere commented on July 17, 2024

cron job every hour.. but doesn't change nothing.. also running it manually doenst make the size of the db less

from cachelite.

wdebusschere avatar wdebusschere commented on July 17, 2024

| sym_cachelite_references |   | Browse | Structure | Search | Insert | Empty | Drop | 1,211,682 | MyISAM | utf8_unicode_ci | 526.2 MiB

from cachelite.

wdebusschere avatar wdebusschere commented on July 17, 2024

screenshot 2019-01-31 at 10 37 15

from cachelite.

wdebusschere avatar wdebusschere commented on July 17, 2024

table sym_cachelite_invalid is always empty..

Screenshot 2020-02-05 at 09 27 56

from cachelite.

nitriques avatar nitriques commented on July 17, 2024

@wdebusschere DO you have many many pages (url) on that site ? If so, this is expected... In order to be able purge the cache when editing entries, we need to create a different entry for each entry/section used for each url. I do have sites with 2Gb of data in this table.

Also: do you use many query strings ? This also makes the url different, so maybe you are getting a lot cache hit ratio.

Finally, what is your concern ? Is it speed ? Size on disk ?

from cachelite.

nitriques avatar nitriques commented on July 17, 2024

The thing is, it is sometime due to some entries being present on ALL pages (like the menus/footer) that will get the data so big. Maybe we should consider "excluding" some section from this behavior.

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.