Since the last update of firefox, the time has been 25 to 35 seconds to enter bookmarks or even the time it takes to page down when it used to take a few seconds. can you check why it taking so long since the update on firefox.

since the last update a few days ago of firefox, the time has been 25 to 35 seconds to enter bookmarks or even the time it takes to page down when it used to take a few seconds. can you tell me why it taking so long since the update on firefox. may another update is in order.

I have now done pretty much every suggestion that even vaguely applies in the various helpful link provided. Thanks for the ongoing help. =)
I have managed to get FireFox's start-up memory usage down to about 100,000K, however it appears that memory usage keeps creeping up the longer FireFox is open. (It seems to top out around 500,000K.) And I'm not talking open for many hours or days - but rather for minutes and possibly up to a couple hours. (Based on how long I've been fiddling with all this so far.)
On the plus side, it does not appear GreaseMonkey is the culprit since with it active or disabled this memory creep still occurs. Although having GreaseMonkey enabled definitely increases the rate of memory creep. Though once it has creeped up to 150,000+K, disabling GM does not make it drop back down to the starting 100,000K.
I should point out I run a MacBook Pro and use Bootcamp to partition the hard drive and run it as a Windows 7 PC about half the time. I am running it literally as a PC or, alternately, as a Mac depending on which hard drive I choose to load. (I'm not "windowing" it.) This problem exists regardless of whether I am using the PC or the Mac. These repairs have been made currently on the PC side, and I will attempt them all again on the Mac side. I find it odd that this enormous memory drain has occurred on 3 different computers at the same time. (The two "halves" of my home laptop as well as the PC at my work place.)

Similar Messages

  • HT201303 please i need your help when i am aply  my password not open can you check thanks.

    I have iphone when i useing password not working please can you check and send me reply thanks

    These are user-to-user forums, you are not talking to Apple here. If you can't remember your password then see if you can reset it via this page : http://iforgot.apple.com

  • Can you explain why there is an error at the line   *pStart = *pEnd;

    //program should reverse a given string.
    //Original string is "SAW", and the same string reversed should be "WAS"
    #include <stdio.h>
    #import <string.h>
    int main (int argc, const char * argv[]) {
    // insert code here...
    printf("This program reverses a string without blank spaces.\n");
    char *sentenceArray = "SAW";
    char temp;
    char * pStart, *pEnd;
    pStart = sentenceArray;
    int stringLength = strlen(pStart);
    pEnd = (pStart + stringLength -1);
    printf("\nOriginal sentenceString is: %s", pStart);
    printf("\naddress of pStart:%lu, value: %c", pStart, *pStart);//make sure pointer is at the start
    printf("\naddress of pEnd:%lu, value: %c", pEnd, *pEnd);//ensures pointer is at the end
    while (pStart < pEnd)
    temp = *pStart;
    *pStart = *pEnd;//can somebody explain why this is an error? Thank you.
    *pEnd = temp;
    ++pStart;
    --pEnd;
    printf("\nReversed sentenceString is: %s", sentenceArray);
    return 0;
    //Thank you for your assistance!

    To expand on Keith's answer a bit:
    The problem, as you know, is with this line:
    *pStart = *pEnd;
    So, let's break this down a bit. This statement uses the dereference operator (the asterisk before each pointer) twice, and, as you probably know, the dereference operator allows you to access the value that a pointer points to, instead of accessing the value of the pointer itself (a memory address), which is what you would be accessing if you didn't use the dereference operator.
    So, on the right side of the assignment you have *pEnd, which is basically saying to take the value pointed to by the pointer pEnd and assign in to whatever is on the left side of the assignment, and that's where your problem is -- the left side of the assignment. The *pEnd part is fine, but the +*pStart =+ part is not fine. What you are saying here is to take whatever is on the right side of the assignment (*pEnd) and assign it to the value that is pointed to by the pointer pStart. And, as Keith mentioned, that's your problem. The value that is pointed to by pStart is a string literal ("SAW" here), and a string literal (like any literal) can not have anything assigned to it -- it can not be written to -- it is read-only, as Keith said. And like anything else read-only, this means that it can not be on the left side of an assignment statement, and that's where you have it, so, we get an error.
    The solution, as Keith gave, is to change pStart from a character pointer (which is what you have declared it as) to a character array, like so:
    char sentenceArray[32] = "SAW";
    This will fix your problem.
    Hope this helped some. Pointers are rough business, especially when it comes to character pointers and character arrays and whatnot, and I still don't understand them well by any means, so keep at it. Best of luck!

  • I believe for the year I have not been using photoshop photography but something else so I never really used it or photoshop photography ..can you check for me

    now that I just re-newed my photoshop photography ....I have not been using that for some reason I have been using something else. they had changed me a couple
    of times last year from one thing to another ...so I never go photoshop photography downloaded. I used the other one very little because I wasn't sure I should...gee
    I hope that makes sense.
    I need to download photoshop photography.
    Sherri nicholas

    You need to get the owner's manual for your Ford's bluetooth system to see how to put your system into discovery mode for the iPhone as well as the appropriate steps to take. 
    In addition, you should see if the iPhone is supported.

  • My font size changed in Firefox when trying to read email using yahoo email. I now have to use explorer to read my mail. can you tell me how to return back to the readable size font. thank you

    I have been using firefox for years to read my email. recently the size of text became small and hard to read. I would like to get the text size large again, so I don't have to use the other browser. I have a att yahoo email account and subscribe to at&t uverse for internet service.

    I tried both of your suggestions and neither one worked. I found the solution by clicking on the "View" button, then "Reset". This put my email back to the original font/text size. Somehow the screen had been Zoomed in, so to change it, follow the instructions above.

  • After the updating firefox 5.0 the internet download manager not working (not compatible) can you explan why?

    After the updating fire fox 5.0 the internet download manager not working (not compatible) can you explain why?

    Add-on developers need to keep up with new versions of Firefox as they are released and update their product. Have you checked with IDM to see if they have an update for you to install? Or ask them when they are going to have an update ready for 5.0.
    Another thing you could do is to install FlashGot. <br />
    https://addons.mozilla.org/en-US/firefox/addon/flashgot/ <br />
    http://flashgot.net/ <br />
    The developer of Flashgot, Giorgio Maone, keeps his extensions compatible with versions of Firefox that are still in development - future release versions.

  • Since the last IOS update, I still can't drag distribution lists from my contacts to my email.  Apple has been absolutely no help, in spite of contacting them 5 times on this subject.  Any suggestions or help would be greatly appreciated.

    Since the last IOS update, I still can't drag distribution lists from my contacts to my email.  Apple has been absolutely no help, in spite of contacting them 5 times on this subject.  Any suggestions or help would be greatly appreciated.
    I have IOS  7.0.1 and updates are current.
    Pags1970

    No Mac can run any version of iOS, that is for iDevices only.
    Macs run OS X. What version of that do you have?

  • In the last week my Imac (OS Lion) has started opening two to seven programs every time I log in.  Why?  How do I stop it?

    In the last week my Imac (OS Lion) has started opening two to seven programs every time I log in.  Why?  How do I stop it?  I think it started after I was led to do something I can't remember with Terminal.app.

    If they have open windows/documents from your last use of the application, try going to System Preferences/General and check the 'Close windows when quitting application'.

  • Ever since I updated my iPhone 5s with the lastest update my time has been incorrect. What can I do to fix this problem?

    Ever since I did the last software update on my iPhone 5s my time has been incorrect. I've found temporary fixes by turning my phone off and then back on but I always have the same problem about an hour later...
    I need to fix this because I use my iPhone 5s as my alarm clock.

    Have you tried manually changing the time? Settings --> General --> Date & Time

  • I need to know how to delete the most recent version of Firefox. I JUST downloaded it tonight and my computer doesn't have that little edit bar to work with so I can download the proper Adobe player and my internet has been screwed up ever since I downlo

    I need to know how to delete the most recent version of Firefox. I JUST downloaded it tonight and my computer doesn't have that little edit bar to work with so I can download the proper Adobe player and my internet has been screwed up ever since I downloaded the new version of Firefox. I just want the old version of it back since I apparently can't download the Adobe stuff that is necessary to keep my computer safe from Hackers. It sure would have been nice to know there was an issue with the new Firefox Update BEFORE I uploaded it. I have Vista which is usually an issue with both Adobe and Firefox. I don't seem to be able to run much of Adobe at all on my computer because of the Vista.
    == This happened ==
    Every time Firefox opened

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

  • Can you pass multiple files to Business Catalyst at the same time?

    I need to pass information from a client. The infromation is split into several files. I can not access the files to combine them to send as one document to BC. Can I send the two files over even though they do not full fill the necessity of all the user information. File 1 is the personal information and has no other details. When this fill crosses over BC accepts with no trouble. When the second file goes across the personal information is not there but the form details are and this file wipesout the DB. Going through debug when the first file executes I see the data on the BC side. When the second file executes the data is all gone. I cannot combine both files to create one document. Files do not have the same number of users so import of file with file helper would not work since it needs to meet certain requirements to process correctly everytime. By combining the two files would give a different number of tabs than what file helper is looking for and by that matter the data may not be in the correct order. Retrieving the data from the file also would not work since I would have to retrieve from both files at the same time and there would be issues if the user does not occur on both files.
    Please help.
    Thank you,
    Carlos

    Wilderness08 wrote:
    To save time with videos that are not critical, can you capture one video to Premiere Pro at the same time you are authoring to Encore a previously captured video?
    The short answer is yes.
    I have just done that and I am happy to report that it worked like a charm.
    I captured from a DVCAM tape via firewire using PPro CS6 while authoring a Blu-ray disk in Encore CS6.
    No frames were lost during capture and my test blu-ray project was completed without a hitch.

  • I just updated my phone to the iOS 7.0.4. Why do I no longer have the flashlight?

    I just updated my phone to the iOS 7.0.4. Why do I no longer have the flashlight?

    You are very welcome! I'm glad it worked for you!

  • Whilst downloading the update to my ipad a screen is up ..the power plug a small arrow above and the itunes logo above that.. it has been there for at least 2 hours... why?? ..or what to do??

    whilst downloading the update to my ipad a screen is up ..the power plug a small arrow above and the itunes logo above that.. it has been there for at least 2 hours... why?? ..or what to do??

    wellllll.... it was fixed in 15-20 min at the store....  using the same method you suggested ...go figure....  perhaps my wi-fi was a bit wobbly.... who knows....   most of the info was restored through the cloud...  lost my pics, but thats not crucial......they are all elswhere...   so your tip was spot on, and i appreciate you help.... thanks again  !!

  • Can you log into CC on two computers on the same IP address at the same time?

    Can you log into CC on two computers on the same IP address at the same time? Because i accidentally opened both and was wondering if it will affect my membership or deny me access to CC. Thanks

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both subscriptions MAY be in use at the same time https://forums.adobe.com/thread/1683787

  • Can you check the date of a iphone photo

    can you check the date of an iphone photo

    Snow? what is that...
    You definitely want to check out these apps:
    wine
    https://itunes.apple.com/au/app/the-wine-regions-of-victoria/id407627657?mt=8
    nature
    https://itunes.apple.com/au/app/field-guide-to-victorian-fauna/id423945031?mt=8
    Events
    https://itunes.apple.com/au/app/vicevents/id468981322?mt=8

Maybe you are looking for

  • Creating DataSources for File Source Systems in csv format in sap bw 7.0

    Hi, Please explain how to Create DataSources for File Source Systems in csv format in sap bw 7.0. WITH SCREENSHOTS Thanks JINI Edited by: Jini  Jayan on Jun 11, 2008 11:36 AM

  • Im having problems with logic pro 9 working with native instruments it always quits unexpectedly

    Interval Since Last Panic Report:  79051 sec Panics Since Last Report:          6 Anonymous UUID:                    84387C31-EAF1-E5E2-8362-4FA69C1C8FCD Mon Mar 11 19:34:04 2013 panic(cpu 1 caller 0xffffff80062b7bd5): Kernel trap at 0xffffff80066520

  • TEXTAREA in JSP dosen't work

    TEXTAREA in JSP dosen't wrap to next line and I use the following syntax. <input type='textarea' name='code' rows='2' cols='30' style='width: 180px;height:30px'> when I type it keep wraping in the first line and dosen't go to 2nd line at all.

  • Foreign character set problem

    Hi Sergiusz, it looks like you are a character set guru. Maybe you would know how to solve my problem? I've got a working application under oracle xe, apache and embedded listener. I would like to switch to a new APEX listener with tomcat but there i

  • Problem while creating partner link using https URL

    Hi, To create the partnerlink using https URL, I had done the following: -Imported the self signed certificate into the OraBPELPM_\jdk\jre\lib\security\cacert -Added following entries in OraBPELPM_1\integration\jdev\jdev\bin\jdev.conf AddVMOption -Dj