-
Notifications
You must be signed in to change notification settings - Fork 47
Cache issues #38
Comments
What do you mean by "before the content loads" ? Is it displaying a page with all the menus, but no components (graphs, etc ...), or just a plain blank page ? For the former case, I think it's an issue with Angularjs, the project's stuck with a very outdated version. |
It is displaying the menu with no components. Okay, so you suspect angularJS; how much work would it take to update it to a newer version ? Would it simply be a case of swapping out the .js file (as is usually the case with jquery for example) ? |
I'm not familiar with the newer version of AngularJS. The version used is among the first, so not very stable. Maybe the issue is with the loading order of the javascript too. Do you have the same symptoms as in this ticket ? #23 |
Yes, applying the fix mentioned in that ticket has resolved the load issues. Strange, have you merged that fix into the master branch ? |
You applied that change ? https://github.com/kamisama/ResqueBoard/pull/23/files |
I did a clone of the repo approx. 2 months ago and that patch was applied around 11 months ago. I copied and pasted the contents of the |
I can also vouch for @shadyb's fix working. I was having the same issue and adding that dependency in |
Thanks @paco3346. I will do a PR sometime soon and patch it. |
Thanks for fixing the issue paco3346; forgot about resqueboard for awhile. |
There appears to be issues with the resqueboard content loading on page refresh. I have to force refresh the page several times before the content loads. First time I've encountered a tool that caches so aggressively. Do you know exactly what is causing it ? I have set all the relevant expiry/no-cache headers to no avail.
The text was updated successfully, but these errors were encountered: