[jira] [Created] (IGNITE-11497) Web console: index.html is cached

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11497) Web console: index.html is cached

Anton Vinogradov (Jira)
Ilya Borisov created IGNITE-11497:
-------------------------------------

             Summary: Web console: index.html is cached
                 Key: IGNITE-11497
                 URL: https://issues.apache.org/jira/browse/IGNITE-11497
             Project: Ignite
          Issue Type: Bug
          Components: wizards
            Reporter: Ilya Borisov
            Assignee: Ilya Borisov


Some users, including [~pkonstantinov], reported cache-related issues for a long while. According to [this article|https://blog.cronobo.com/2018/03/17/how-to-configure-caching-with-single-page-apps.html], it might have to do with index.html caching, so let's disabled caching for this particular file.

What to do:
Disable index.html caching.

Acceptance criteria:
With "disable cache" option turned off in web inspector, index.html should always be loaded from server. Here's a convoluted scenario:
1. Build docker image of web console
2. Open a tab (A), open web inspector on network tab, ensure caching is enabled, go to web console.
3. Build the image again.
4. Open another tab (B), open web inspector on network tab, ensure caching is not disabled, go to web console; index.html should not reported cache usage, js/css assets should have file names different from same files in inspector of browser tab A.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)