Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Tips: How to "Disable" the Cache at all times during development hours.

Locked Asked Modified Viewed 1,918 times
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Started this discussions
  • Answered 6 questions
asked
Super Admin

As many might not know yet, PHPFusion 9 is released with a very sticky and persistent end-user browser cache to allow your server to save content delivery and save bandwidth. As such, you will not see any CSS/SEO driver change unless you keep clearing your browser's cache. The down side is that developers who are constantly refreshing might not be able to review these changes easily.

Here is how you can disable Chrome's cache when testing/reviewing/developing your website.

Right Click anywhere in the browser and select "Show Inspector" (or like me, press CTRL+SHIFT+I)
On top of the newly pop up window, you will see Elements, Console, Sources, Network, Timeline, Profiles, Application, Security and Audits.
Click on Network and check the Disable Cache.
You need to keep the development tool open at all times.

s-media-cache-ak0.pinimg.com/originals/0d/c3/48/0dc34821149dbd98ed47e688c91bc485.png


Some brief information regarding the Chrome's development tools...
--------
Elements shows HTML of the loaded site and calculated CSS final output
Sources look at the scripts that runs when fully loaded
Network shows your site latency.
Timeline shows detail description of your site scripts inclusion
The rest are self explanatory and hardly being used for simple web development.

Regards,
Chan
0 replies
There are no post found.

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Started this discussions
  • Answered 6 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet