This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
new_rotation_faq [2017/10/16 12:23] 127.0.0.1 external edit |
new_rotation_faq [2019/08/26 15:46] admin [What is cache] |
||
---|---|---|---|
Line 57: | Line 57: | ||
+ | ===== How much memory consumes cache ===== | ||
+ | It 100% depends on your site. | ||
+ | |||
+ | We cache ready-made HTML in cache. So let's say your index page is 100k. | ||
+ | Plus you have 100 categories, each category page 100k, and you have 50 pages within category , so that's 100 category * 50 pages * 100k = 500M | ||
+ | |||
+ | but a user can see those pages in 3 sort modes so 500 * 3 .. | ||
+ | |||
+ | Also let's say you have 100 000 galleries , each page is also 100k. So that's 10gb of html. | ||
+ | |||
+ | Of course, HTML gets compressed so it consumes less memory, but you can get an idea. | ||
===== Cache Engines (New) ===== | ===== Cache Engines (New) ===== | ||
Line 283: | Line 294: | ||
- % of test places on page (% of places on each page where we test NEW thumbs ) some thumbs might not be in the same order as well | - % of test places on page (% of places on each page where we test NEW thumbs ) some thumbs might not be in the same order as well | ||
+ | |||
+ | ===== eval()' | ||
+ | |||
+ | If you see something like "Parse error: some error, in / | ||
+ | |||
+ | Check php tags like (<?php vs <?), commas. Or you can remove your phpcode peace by peace to see what part of code causes the error. | ||
===== How to import a large cvs ===== | ===== How to import a large cvs ===== |