If site grows, have more and more users, then page is loading longer and longer. Oxwall Core have caching methods, but don't use it.
Oxwall Plus have two cache systems. First is DB Cache, which user MySQL tables, where stored are serialized data from MySQL queries. If you select all rows from MySQL table, then you can cache it and only refresh cache when you add, edit or delete row. Second is File Cache System, which stored serialized data in files. Using second system you can reduce MySQL queries.
Oxwall Plus have feature to minimize all CSS an JavaScript scripts and declarations, you can store it on separate files, which are refresh when add new CSS/Javascript file or when you refresh cache.
The Wall