Posts Tagged ‘cache’

How to clear the cache in Firefox?

1. From the Tools menu, select Clear Recent History… .

2. From the Time range to clear: drop-down menu, select the desired range; to clear your entire cache, select Everything.

3. Click the down arrow next to “Details” to choose what history elements to clear (e.g., check Cookies to clear cookies). Click Clear Now.

How to flush DNS cache for Windows?

Here is the instructions how you can flush DNS cache in Windows:
1. Run cmd.exe.
2. In command line (cmd.exe) type in ‘ipconfig /flushdns’ then hit Enter.
3. If the command was successful you will see confirmation message.

How to disable cache in MediaWiki?

Add in your LocalSettings.php file the following lines:

$wgEnableParserCache = false;
$wgCachePages = false;

How to clear the page cache in MediaWiki?

To clear the cache of a page in MediaWiki, you should add &action=purge to the end of the page’s URL in your browser’s address bar, e.g. :

http://www.yourdomain.com/wiki/index.php?title=Main_Page&action=purge

If you are not logged in the wiki, a message will come up asking you to confirm that you want to clear the cache of the page.