Changes between Version 3 and Version 4 of WebCache
- Timestamp:
- Jan 19, 2010, 11:41:23 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebCache
v3 v4 3 3 Some pages on your project's web site are accessed often and require lots of database access to generate. To keep this from bogging down your server, BOINC caches these pages. This cache is in `PROJECT/html/cache/*`; a one-level hashed directory hierarchy is used to deal with large-directory performance problems. 4 4 5 == Caching configuration == 5 == Caching configuration == #config 6 6 7 7 The file html/project/cache_parameters.inc contains a number of parameters related to caching: … … 27 27 Check cache size on every N user accesses to cached pages; default 1000 28 28 29 == Caching and translation == 29 == Caching and translation == #caching-and-translation 30 30 31 31 BOINC uses several web-page caching systems, which support language translation in different ways.