Testing GWT application in firefox - how to prevent firefox to cache css - firefox

I develop a GWT application and use mozilla firefox for testing. I am looking for a way to configure firefox to not cache css files of my application. Because it often happens that I forget to clean the firefox cache and work on my application with old css styles.
Is it possible to configure mozilla firefox to not cache css files?

The Web Developer extension in Firefox lets you disable all caching. This should work for CSS, as well. It'll also help prevent those "doh" moments when the app starts working after you clear the cache.

You can just go to about:config and set both browser.cache.disk.enable and browser.cache.memory.enable to false. It will prevent everything from being cached, not just CSS. (I assume that's what the Web Developer extension is doing)

Related

chrome loads from cache memory while reloading the web pages

As I am a web-developer my work reley on web browsers .
I edited html and css files to get the exact result I want in the web design but from very starting chrome loads from its chache memory , You know chromium also do the same thing . It become very difficult for me check each time I have to change the URL in order to reload the web page to check the changes I have made on the page. While on the firefox and edge its all great up to time , please tell me the solution how can I remove this setting of loading from chache in chrome ,
I use windows 7 and 10 on my laptop
currently using chrome -Version 57.0.2987.133
You can disable chrome caching :
check out this :
Disabling Chrome cache for website development
or you can install Clear Cash extension from google chrome extensions
The Chrome DevTools can disable the cache.
F12 or Right-click and Inspect Element to open the DevTools. Now click Network in the toolbar. Finally, check the Disable cache checkbox at the top.

error parallax effect in firefox but works on google chrome

I need your help my website is not functioning properly on firefox browser but in edge, chrome and opera and safari it works only firefox is not functioning properly
Firefox Browser
Google Chrome Browser
I would recommend setting up all your projects in Xampp or something similar first before testing it. If you are going to upload to a server you need to replicate the environment locally before you decide whether it is going to work or not. It seems complicated but it is quite simple, you can find out more here. https://www.apachefriends.org/
That said, check your urls, they are not the same for your two different screens, the one is referencing an anchor tag.

ckeditor toolbar on explorer and chrome appears incorrectly

Using firefox, the toolbar appears as expected, not on chrome or internet explorer.
How do I fix this? Thanks
Clear your browser cache.
Check the console for any errors.
Check your website for conflicting CSS styles.
If you are using any third-party plugins, try one of the official presets (Basic, Standard, Full) and make sure you're using the latest version.

My Website is slow with Chrome. But not in any other browser even in Incognito

I am fairly new to Web Development. I have created this site - www.hum3r.com
If you try to open the site in Chrome it loads and scrolls so slowly. But in IE, Safari, Firefox and even in Incognito Window of Chrome itself handles perfectly. Please advise why and any suggestion to fix slow n unsmooth scrolls
This sounds like an extensions issue, probably with something that checks scripts as they are downloaded, like AdBlock Plus or a virus scanner. Check which extensions you are running; 99% chance one of them is to blame. Extensions are disabled in incognito mode, which is why it works okay.
Also, as #cale_b said, you should minify and bundle those scripts and stylesheets; those will put a hit on any browser.

Browser extension: is there a way to stop the loading of images?

In either Firefox/Chrome extension, is there a way to stop the loading of <img> before the browser actually starts loading them from a page?
The popular Web Developer extension for Firefox has this feature, under its images menu
In Firefox it is possible, in Chrome it in not possible yet, but this is a common request from extensions developers, so they are working on it (Chrome devs are mainly worried about performances hit).

Resources