2012-01-09, 21:59:00
@mvlcek
I have to disagree that you think the caching function of 3.1 might cause memory problems with large sites.
I've just created a site with 5100 pages:
o - every page using the il8n customfields with 3 extra fields and a textarea
o - all fields have data
o - all cached
The total memory used before and after the cache array is read is:
Start memory usage: 1 mb
end memory usage: 1.5 mb
Although way beyond what GS is designed for, it can be done. Its a little sluggish on the backend creating the page cache after a page update as its got to read in each file to create pages.xml but it is usable. A lot more usable than what we had before, reading in each file per page refresh.
Front end is as responsive as ever.
I have to disagree that you think the caching function of 3.1 might cause memory problems with large sites.
I've just created a site with 5100 pages:
o - every page using the il8n customfields with 3 extra fields and a textarea
o - all fields have data
o - all cached
The total memory used before and after the cache array is read is:
Start memory usage: 1 mb
end memory usage: 1.5 mb
Although way beyond what GS is designed for, it can be done. Its a little sluggish on the backend creating the page cache after a page update as its got to read in each file to create pages.xml but it is usable. A lot more usable than what we had before, reading in each file per page refresh.
Front end is as responsive as ever.