cotonti.com : Caching System Discussion https://www.cotonti.com Neueste Themenbeiträge Cotonti en Tue, 24 Feb 2026 11:35:36 -0000 Lombi Fr, 15 Mai 2009 22:13:58 -0000 tensh Fr, 15 Mai 2009 22:01:52 -0000 Trustmaster Sa, 28 Feb 2009 04:00:26 -0000 Lombi Sa, 28 Feb 2009 03:01:28 -0000 Kilandor Fr, 27 Feb 2009 23:31:31 -0000 Lombi fully running MySQL caching system (bypasses the entire generation of the page block if turned on thus effectively nullifies any load that's page related). The speed increases and load decreases are ... well, amazing.

(tested on 350.000 page portal, dropped load down two times, sped up site by 100%)

We call it supercache.

Can release it.]]>
Fr, 27 Feb 2009 22:50:08 -0000
diablo
http://www.mysqlperformanceblog.com/2006/08/09/cache-performance-comparison/

http://jpipes.com/index.php?/archives/100-Benchmarking-CacheEngine-vs.-the-MySQL-Query-Cache.html

http://74.125.67.132/translate_c?hl=tr&sl=tr&tl=en&u=http://www.kodaman.org/yazi/cache-proxy-web-ustunde-yuksek&prev=hp&usg=ALkJrhhXLoRYwjz7cSXuNspw2PxQj3BYcw
last one is translated by google translate

File Cache :

If your data is not updated much and your site has static data as majority this cache system is for you.
Pros:
- Better Performance
- Good for pages which dont get edited for long time
Cons:
- Slower when updating the data
- not suitable for multi-server sites

MySQL Cache:

Pros:
- Faster
- Good for pages updating much
Cons:
- not good for mass user communities
- unnecessary server load for old pages]]>
Fr, 27 Feb 2009 22:43:31 -0000