NetTalk Central

Author Topic: Logo in Pageheader  (Read 3449 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Logo in Pageheader
« on: May 22, 2014, 01:12:12 PM »
Hi,  I have a few customers for this app.  They are running the server in there own cloud VM's
When I ship the app it has a general logo.jpg file which they can replace in the Images directory with their own.
However I noticed that when the do this the old logo still shows up - is it cached in some way?

<div class="nt-top nt-site-header-logo"><img src="images/Logo.jpg"/></div>

In the PageHeaderTag

Brian.

NT 8.11
Cl 9.0
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11297
    • View Profile
Re: Logo in Pageheader
« Reply #1 on: May 23, 2014, 04:11:24 AM »
yes, it's cached. You can turn off the cache, set a specific minimum size for the cache (smaller than the logo file) or restart the server.

In the medium term I will figure out a way to make the cache "smarter" so it cleans out the cache when the file changes.

cheers
Bruce