Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAmit Singla
2,665 Pointsclearing cache
i m developing a website on google chrome but every time i make some changes, they are not reflected automatically upon page refresh. i guess it's because of the cache. how do i clear it? its really annoying to keep refreshing the page again and again.
1 Answer
Andrew McCormick
17,730 Pointsgo to to your history, click on clear browsing data, select the checkbox next to Cache, and click on the Clear browsing data button
Amit Singla
2,665 PointsAmit Singla
2,665 Pointshey thnx....my css updates are working fine now but the code in my .php files ...i .e the html code is not immediately updated upon refresh...takes some time before the changes are reflected....do you know how to fix that?