Did I miss something ?
On the dashboad, I can see see all issues. I click on any link in the widget and jump to the issues list.
I made some changes in my code and set issues as "Resolve as fixed".
But when I go back to the dashboad, the widget still display old counter.
May be I have to wait a little, to get a cache updated or something like this ?
Regards
Figures that you get on dashboards are based on the latest analysis - because they are precomputed for efficiency of all search requests. This is mentioned on the tooltip that you will see if you put your mouse over the figures:
On the contrary, the "Issues" page shows dynamic content. So indeed, when you update some issues on that page, your changes will be reflected on your dashboards after the next analysis.
Related
For some reason the Eigen web page now has a popup blocking content. If you go to http://eigen.tuxfamily.org/dox/, the popup in the upper-left corner of the page doesn't want to go away. Help please! Seems to fail with both the latest Firefox and on Chrome.
Looks like the Eigen developers are aware of this (Issue 1918) and they just merged a fix about 5 minutes ago. I'm not sure how long it takes to update the website, but the documentation bug causing the issue should be fixed.
Apparently the issue was with the JavaScript in eigen_navtree_hacks.js which needed the load function (which is deprecated) to be changed to the on function
$(window).load(showRoot);
had to be changed to
$(window).on("load", showRoot);
and
$(window).load(resizeHeight);
had to be changed to
$(window).on("load", resizeHeight);
I'm not sure what actually triggered the menu to start behaving this way in the first place.
We have a Magento site running on version 1.7.0 on the Argento theme that seems to be having intermittent issues with products not appearing. This appears to happen on certain pages and not others.
For example, if you add a product from the homepage or single category pages, it will show immediately as being part of the cart (note, Argento uses AjaxPro for the cart). However, once you navigate to another page, say "My Cart" or "Checkout" the total will show as zero. Doing a hard-refresh on the browser will update the total.
Additionally, if you open the Chrome Dev tools, navigate to "Network" and then check "disable cache" everything runs perfectly.
Things we have tried to resolve this:
Flushing/Clearing/Disabling the Magento cache. Seems to make things slightly better but doesn't clear up the issue.
x-cache-control meta tag. Same as above, issue seems to be less frequent but still definitely appearing.
Turn off AjaxPro. Our initial belief was that this plugin was causing issues, but turning it off has no effect.
Re-Index. Has no effect.
Added $.ajaxSetup({"cache" : false}) at the top of our scripts. This also has no effect.
Any advice or tips on where to look next would be appreciated.
It turns out that our hosting provider had set up the installation with the sessions stored in memcache. We switched this over to file storage in our local.xml and it fixed the issue.
http://www.puppykisses.org/
i made a WordPress page for a client, and for some reason it is taking over a minute to load the page. The only thing that I could think of being the problem is the amount of photos that he inserted into the slider up top on the home page. It looks like all those pictures need to load before anything else pops up. But then I click on Contact or any other page that has no real images to speak of, and the problem is still there. Just wondering if anyone can point me in the right direction to fix this. thanks!
Like #David said, its the initial request (the source for the page) that is giving you the issues. This means it is unlikely an issue with hosting, and most likely an issue with your code. I would go through any plugins you have installed and disable them one-by-one, and slowly start commenting out your own custom dynamic code bit by bit, till you see what is taking so incredibly long. Then rewrite/excise that code from the site.
Start With the Basics
Keep the number of WordPress plugins you use to a minimum
Get a Proper Hosting Provider
Remove Unnecessary Code From WordPress Header -> http://goo.gl/yfRcF
Use firebug and click Network tab to check loading speed for each files
Check Suggestion how to improve website speed -> http://goo.gl/FtiX3
Install WP Super Cache plugin -> http://wordpress.org/extend/plugins/wp-super-cache/
*If you use gallery try to use image thumbnail rather than load whole images size
When I open an issue, I don't see time tracking section (mentioned here. We are using JIRA (v4.3.4). Are there some settings which needs to be turned on for this?
I have the 'Original Estimate' field in the Create/Edit issue screen; what I want to see is the Time traking section when I view an issue -
as seen in this page - http://confluence.atlassian.com/display/JIRA/What+is+an+Issue
Note: I am talking about the issues assigned to me on which I have all the permissions(Edit etc.)
You need to make sure that time tracking is turned on and that the users have the proper permission to log time on issues.
go to administration>global settings>time tracking
If I disable the cache on Joomla 1.5 and I publish a new menu item or any other information on the site the new element don't appear immediately after.
If I enable the cache on Joomla 1.5 and I set it to 1 minute delay, and I publish a new menu item, I wait a minute, I do refresh, and I see no menu item.
I only see those new elements, after a certain period of time, regardless joomla configuration options on cache page.
What could this be?
Thanks a lot,
MEM
For anyone else that may have this same issue:
It seems that this is something related with Joomla 1.5.x only. Not sure on what configurations. The only way that we found to solve it was to:
If we go to Extensions (or addons not sure since this one is not in English).
Then we click under "plugin management" and then, we need to find the system-cache option, and disabled it.
This could be a broswer issue. I use firefox and used to have a delay in publishing so i got an addon that clears cache with one click.
https://addons.mozilla.org/en-US/firefox/addon/1801/ < that is the link to the one i use. I dont get any issues with delayed publishing.
They are other addons that clear cache and also cookie sessions.
Web developer toolkit is also worthy of a download to help you look at tags, image alts, etc.
Hope this helps.