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

  • SEARCH
  • Home
  • 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 7767867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:46:47+00:00 2026-06-01T15:46:47+00:00

I have a website, and the homepage loading time is unusually long sometimes, not

  • 0

I have a website, and the homepage loading time is unusually long sometimes, not everytime, it seems a bit random, and I can’t determine the steps to reproduce this error. The website can be online with no problems for 2 weeks, and be very laggy the day after … After some investigations, it appears that it comes from one of my modules that displays a newsfeed, from a feedburner xml. Here is the code I use to load the feedburner xml :

    try
    {
        this.XmlDataSource1.DataFile = "http://feeds.feedburner.com/*****";
        this.XmlDataSource1.XPath = "rss/channel/item";

        this.XmlDataSource1.DataBind();
        this.Repeater1.DataBind();

    }
    catch (Exception exc)
    {
        LabelError.Visible = true;
        LabelError.Text += "<br /><span style='color:#FFF'>"+exc.Message+"</span>";
    }

when I get an error, en exception is raised and the message is : “Le délai d’attente de l’opération a expiré.” that can be translated by :
“The timeout of the transaction has expired.”
I found some answer on the web saying that the number of connection open to the distant server was reached, and I had to explicitly close the persistant connections. But I don’t understand, unlike a SQLConnection, I don’t .Open() anything, and I don’t see how to .Close() this, I may be on the wrong way, but I cant believe that feedburner is unreachable (it’s google servers you know …)

any help will be appreciated 🙂
thanks !

  • 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-06-01T15:46:49+00:00Added an answer on June 1, 2026 at 3:46 pm

    Resolved using asp.net cache :

    <%@ OutputCache Duration="7200" VaryByParam="*" %>
    

    when someone is loading a page, it will be loaded from the cache. this cache last 2hours (7200seconds) and if the rss dont load when the page is cached, I use a javascript asynchronous loading of my rss feed. The script is output in the catch block

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

Sidebar

Related Questions

My website sometimes loads a bit slow, due to the amount of images loading.
I have a small website with a Homepage which displays x2 paragraphs of text.
I have website, usually all looks fine but sometimes one div is on the
I have website on the server, which is not precompiled (with source code, so
I have website where users can login with their Facebook account. I am using
So basically I have website that has names of cities that can be checked
I have a simple script to fade in the homepage of the website, something
HI I would like to have latest news/updates in the homepage of my website
I have a homepage (www.mywebsite.com) and a special server (sv1.mywebsite.com) for my website. They
On my website homepage I have a list of article teasers. I want to

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.