The document proposes a framework for improving browser performance using fuzzy logic. It splits the browser cache into an instant cache and durable cache. Web objects are initially stored in the instant cache, and objects visited more than a threshold are moved to the durable cache. When the durable cache is full, a fuzzy system classifies each object as cacheable or uncacheable. Uncacheable objects are removed to make space for new objects. The fuzzy system considers factors like recency, frequency and size to determine cacheability. Experimental results showed this approach improved hit ratio and byte hit ratio compared to LRU and LFU caching policies.