Memory Caching - X10 Hosting's Policy

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
i read the wordpress documentation.
Nothing wrong with using the caching in x10.
Me too caches my e107 powered site for faster loading.Actually caching will decrease many database queries and increases site speed.




Every time someone visits your site, the page they view has to be created - executing code and often generating many database queries. With content which changes relatively slowly, this is wasteful of CPU resources, so it is possible to 'cache' pages. The displayed output (which may be the result of a lot of processing) is saved in a disc file, and returned on subsequent requests for the same page. This is much faster than re-calculating the page content. The page information is also 'tagged' with user class information, so that security restrictions are honoured.

Each request for a cached page can specify a maximum age for the information, ensuring that the cache is refereshed periodically.
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
like titat said above, it helps out x10 because the the CPU load is lighter..also if your website is graphic intense..(lots of little graphics) then those graphics will be placed in a temp folder on your computer...so really there is no down of x10
 

NexterCM

New Member
Messages
26
Reaction score
0
Points
0
Yeah I understand the cache and how it helps and all.
I just didn't know if X10 Hosting had something against this one, because this one from what I understand actually stores it in the memory. The impression that I got was that this was continuous memory use.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
If you mean memcache it won't work since it's not enabled. I tested it.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
Yeah I understand the cache and how it helps and all.
I just didn't know if X10 Hosting had something against this one, because this one from what I understand actually stores it in the memory. The impression that I got was that this was continuous memory use.

The caching is not done with in RAM,but the file is stored in a physical hard drive. i.e caching will use small amount of your allowed disk space quota.
No any worries.Just carry on with caching.
 
Top