
Search In
We can delete magento cache in either way -
A- Usign magento admin panel -
1) Go to magento admin
2) Go to system > cache management .
3) There you will find the list of caches available in magento
4) To clear the cache click on
Some time developers fetch the cache problem when they are developing the app with the codeigniter framework. Below I am giving some methods that how you can clear the cache of codeigniter.
In codeigniter, the cache is save in the folder with the p
Hi All,
Though leverage browser caching reduces the load times of pages by storing commonly used files from your website on your visitors browser but sometimes, we need to force application to clear Cache (or System.Web.HttpRuntime.Cache), many ways
Enabling caching .
Caching is enabled in three step.
1) Create a writable directory on your server where you want strored the cache files.
2) Set the path to your cache folder in your application/config/database.php file.
3) Enable the cachi
Hello readers!
In my Last blog I have explained about how you can Speed Up Your WordPress Website by Caching Custom Queries using Transients API.
Now today we discuss about " WordPress Object Caching". this ones is also a method to Boost WordPress W
Hello readers!
Today we discuss about "How to Leverage Browser Caching in WordPress" (Configuring WordPress For browser caching).
Browser caching:- Browser caching helps to reduces the request per page in numbers which results to reduce server load
In Joomla admin when we creating Menu and give the menu alias name it's working fine.
But sometimes, the case when we change the alias name of one menu.
For example: we change example.com/mymenualias1 to example.com/mymenualias2
We are redirected
Hello Readers,
If you want to resolve the Issue of Invalid token in Joomla while login then use the some basic points which are given below:
1.Clear all cache and cookies from your browser.
2.Disable apache mod_cache.
3.Disable the server Memcache
Below are some sought-after interview questions asked, related to Squid
Question1: What is Squid?
Answer: Squid is an Application software that works as a proxy server as well as web cache Daemon. Squid Protocols such as FTP, HTTP, HTTPS, SSL,TLS,
The social networks in these days works as a powerful tool for the advertisment or say for promoting the store content.
Like Facebook as it has like button and share button which allow users to share it on web.
To add the Facebook "Like" b
