cotonti.com : Caching System Discussion https://www.cotonti.com Laatste forum onderwerpen Cotonti en Sat, 28 Feb 2026 11:36:48 -0000 Lombi Vr, 15 Mei 2009 22:13:58 -0000 tensh Vr, 15 Mei 2009 22:01:52 -0000 Trustmaster Za, 28 Feb 2009 04:00:26 -0000 Lombi Za, 28 Feb 2009 03:01:28 -0000 Kilandor Vr, 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.]]>
Vr, 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]]>
Vr, 27 Feb 2009 22:43:31 -0000