Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4024720
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:45:23+00:00 2026-05-20T10:45:23+00:00

Why does my Internet Explorer 8 on Windows XP, takes a longer time to

  • 0

Why does my Internet Explorer 8 on Windows XP, takes a longer time to fetch a https website, especially eBay login page?

In case of the codes, I am playing around with BHO to create my own plugin for IE. Which BHO function should I start to investigate? At first, I suspected BeforeNavigate2, but I found out, other website works well. But when going to eBay signin page, it takes a long time to fetch the site.

I would like to know how to solve this.

edit:
Here are the codes that I added.. I dont know maybe my code here slows things up 🙁 need help..

void CWOTBar::BeforeNavigate2(IDispatch *pDisp, VARIANT *url, VARIANT *Flags,
VARIANT *TargetFrameName, VARIANT *PostData, VARIANT *Headers,
VARIANT_BOOL *Cancel)
{   

//read path data from text file     
char str[256];  
fstream file_op("C:\\PROGRA~1\\logdata",ios::in);
file_op.getline(str, 256);
file_op.close();

char newPath[MAX_PATH];
int newCount = 0;

for(int i=0; i < strlen(str); i++)
 {
 if(str[i] == '\\')
   {
    newPath[newCount++] = str[i];
   }
   newPath[newCount++] = str[i];
 }
newPath[newCount]=0;

ofstream out("c:\\path.txt", ios::out | ios::out);
out.write(newPath, strlen(newPath));
out.close();

 string str3;
 ifstream in;
 in.open("c:\\path.txt");
 getline(in,str3);
 mycustompath = str3.c_str();      

  SECURITY_ATTRIBUTES secattr; 
  ZeroMemory(&secattr,sizeof(secattr));
  secattr.nLength = sizeof(secattr);
  secattr.bInheritHandle = TRUE;
  HANDLE rPipe, wPipe;

  //Create pipes to write and read data
  CreatePipe(&rPipe,&wPipe,&secattr,0);

  STARTUPINFO sInfo; 
  ZeroMemory(&sInfo,sizeof(sInfo));
  PROCESS_INFORMATION pInfo; 
  ZeroMemory(&pInfo,sizeof(pInfo));
  sInfo.cb=sizeof(sInfo);
  sInfo.dwFlags=STARTF_USESTDHANDLES;
  sInfo.hStdInput=NULL; 
  sInfo.hStdOutput=wPipe; 
  sInfo.hStdError=wPipe;

  CString one   = _T(" --url=");
  CString two(url->bstrVal);
  CString three = _T(" --out=\"") + mycustompath + _T("executables\\\\currentsnapshot.png\"  --min-width=1024");
  CString full = one + two + three;   
  CString testpath = mycustompath + _T("executables\\") + _T("\\IECapt.exe");

  SHELLEXECUTEINFO info = {0};
  info.cbSize = sizeof(SHELLEXECUTEINFO);
  info.fMask  = SEE_MASK_NOCLOSEPROCESS;
  info.lpFile = testpath;    
  info.lpParameters = full;
  info.nShow = SW_HIDE;

  if (ShellExecuteEx (&info))
    {
       WaitForSingleObject (info.hProcess, INFINITE);
    }

}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:45:24+00:00Added an answer on May 20, 2026 at 10:45 am

    There are many, many possible answers. One thing to be aware of is that https sites can not be cached by a proxy server in between you and the destination site, while http can. So it could be that the non SSL sites are faster because they are being served from a cache. Compounding this, and perhaps related to your code (indirectly) is the question of DNS lookup for a (non-cached) site. You might look into what DNS your code is relying on, and perhaps set the hosts file to see if that makes a noticeable difference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically I'm trying to accomplish the same thing that mailto:bgates@microsoft.com does in Internet Explorer
A URL such as http://username:password@example.com/ does not work in Internet Explorer, as explained in
Does anyone know of an alternative to the Internet Developer Toolbar for IE7 that
Does anyone have a solution for styling the borders of select elements in Internet
On Windows Mobile metod InternetSetOption http://msdn.microsoft.com/en-us/library/ms918381.aspx does not support option INTERNET_OPTION_HTTP_DECODING is there some
My program sets HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced value Hidden . Hovewer I'm not able to refresh the
i was running a test remotely on internet explorer, and when using navigate().to() selenium
I have a html page which loads a flash(flex) swf file. Using https it
Does Google force employees who have offers from Facebook to leave immediately?
Does anyone remember the XMP tag? What was it used for and why was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.