Caching News Blocks for High-Load Evolution CMS Projects
A practical caching strategy for news-heavy sites where article lists should refresh only when content changes, not on every request.
Release notes, extras updates, guides, videos, and practical Evolution CMS knowledge in one place.
A practical caching strategy for news-heavy sites where article lists should refresh only when content changes, not on every request.
A practical introduction to Memcached for older MODX and Evolution CMS installations that need faster object and page-level caching.
A practical parser-level tweak for older getResources setups that need richer TV comparisons such as <>, <=, and >= inside tvFilters.
A minimal Nginx rewrite example for older YAMS-based multilingual Evolution CMS projects using language prefixes such as /ru/ and /en/.
A lightweight pattern for storing small reusable text fragments in a chunk and returning them through a snippet instead of hard-coding them everywhere.
A legacy routing guide for cases where you want cleaner nested URLs without destroying the document tree structure in the manager.
A reusable module skeleton for Evolution CMS projects with separated model, controller, and view layers plus editable configuration.
A small JavaScript helper for extracting query-string values when frontend behavior depends on GET parameters.
A classic page-hit counter pattern for Evolution CMS using a text TV, an OnLoadWebDocument plugin, and optional listing integration.
A flexible sidebar pattern that lets editors choose the order of chunk-based blocks with a custom TV and a small helper snippet.
A manager plugin pattern for simplifying the admin interface and replacing parts of the tree or top navigation without patching core files.
A small manager-side fix for TinyMCE anchor links so in-page anchors point to the current resource URL instead of unexpectedly dropping visitors onto the homepage.
A short performance note showing when nested snippet calls can stay cached and how that reduces unnecessary parser work on static sections.
A release-style extras note covering ManagerManager 0.3.10–0.3.11 improvements, including new widgets, bug fixes, and better manager-side automation.
A reflective legacy note on when PHx was useful, when it added overhead, and why many of its everyday jobs could be replaced by simpler snippets.
A compatibility patch for older DirectResize installations that relied on ereg-style functions removed from modern PHP runtimes.
A small manager tweak for projects where long page titles make the resource tree hard to scan and a shorter menu title is easier to work with.
A manager-side plugin pattern for assigning the right template automatically when editors create resources and folders in Evolution CMS.
A practical guide to using Fast Content CSV for bulk resource updates, imports, exports, and field maintenance in older Evolution CMS projects.
A performance-minded article about homepage layouts that overuse parallel Ditto listings.