does MLF use cache ? (Technics)

by juddy, Tuesday, August 17, 2010, 06:11 (5002 days ago)

does every request from a client need to bother database ? or do we use kind of cache to speed up response and reduce bandwidth ?

thank you

does MLF use cache ?

by Riba ⌂, Tuesday, August 17, 2010, 13:49 (5001 days ago) @ juddy

I believe this depends on the database configuration....query cache is configured on DB level.

does MLF use cache ?

by juddy, Tuesday, August 17, 2010, 14:28 (5001 days ago) @ Riba

thank you riba

is it possible to set up extra folder on the website directory and that folder will hold all the pages viewed within a certain duration, say 15 minutes, and the temp files (witch are plain .html files) delete themselves if no one requests within 15 mins ?

does MLF use cache ?

by juddy, Wednesday, August 18, 2010, 14:59 (5000 days ago) @ Riba

i check the index.php file but can't find

$smarty->caching = 1;

also i wonder, what are the files in template_c ?

does MLF use cache ?

by Riba ⌂, Wednesday, August 18, 2010, 15:01 (5000 days ago) @ juddy

That's where the cached files are kept.

does MLF use cache ?

by juddy, Wednesday, August 18, 2010, 15:06 (5000 days ago) @ Riba

but how to explain the missing

$smarty->caching = 1;

?

does MLF use cache ?

by juddy, Wednesday, August 18, 2010, 15:21 (5000 days ago) @ Riba

i can't find the ./cache directory

i think the content cache of each thread is OFF, we need to turn on by ourselves, i just don't know how to.

does MLF use cache ?

by Wendell, Thursday, August 26, 2010, 18:15 (4992 days ago) @ juddy

My understanding is that MLF does use Smarty caching. However, does anyone know any specifics about it? Such as:

  • Is caching enabled for everything?
  • How long are they cached?
  • Is the cache refreshed for the page when a user posts?
  • In what other instances is the cache refreshed?

Thanks in advance for any information you can share.

RSS Feed of thread