Moodle caches a lot.
If you make a change to a string somewhere in a plugin, for example, and want to ensure that the change is working or to see it in context, perform these steps.- Log in as administrator
- Open the php file to make the change to the string, probably in the lang\en folder
- Save the file
- Update the version.php #
- Click on the notifications link (only admin role can see this link)
- Update the plugin.
- DUMP THE SITE WIDE CACHE - Admin | Development | Purge all Caches
This is what it moodle says about caching:
Notice the comment about language strings and that the site will appear slower, at first, as it has to request new data for all its cache pools.
No comments:
Post a Comment