http://shanamccormick.com
The page loads all the images and then says "(1 item remaining) Waiting on http:// shanamccormick com..." How can i see what it is waiting to load here?? and why does it take sooo long?
The index.html file uses a couple small internal JS and one external JS located within my website (jquery.min) The size of t...
Hi,
I am new to PHP. I have developed one application using Oracle DB as backend . The PHP contains the templates, CSS and normal queries to retrieve data and display using templates.
In almost all browsers, the main page display seems to be very slow. Of course, there are quite none of the records it has to process. What's more it has ...
Hi
Here the problem.
I have my site hosted on a shared hosting for asp.net mvc. I login and say and fill in one of my forms in and want to submit it. The submit is done using jquery ajax request.
Now all of a sudden it will hang and won't do something for like 20 seconds then all of a sudden it will finish my request of saving the fo...
How to structure database to avoid slowdowns? (Engine: MyISAM)
Currently i have database with more than 5milion records in one table that causes slow data retrieving.
I'm currently searching for ways to structure database to avoid this kinds of database. (Database Engine MyISAM)
Tables that cause problems are posts and comments having ...
I have a web application written in ASP.Net 3.0 using C#, the production machine is a windows server 2003 with IIS 6.0 and sql server 2005.
Application Structure
The following shows the structure of my ASP.net web application:
root application in IIS (//localhost/es) includes the common pages, for instance: master pages, theme, user ...
I just published a very small site to GoDaddy that I programmed in Microsoft Visual Web Developer 2008. The site only contains 6 sheets, none of which are data intensive. Each has a few small images that serve mostly to navigate to the other sheets. There is no data, no SQL, nothing like that. There is one master page that governs th...
Hi all,
I have a site with a subdomain say www.foo.com with abc.foo.com as a subdomain. When accessing the subdomain it would take ages to load. I then checked and disabled .htaccess in the root and then it seems to load quite quickly.
All i have in my .htaccess is,
ErrorDocument 403 /error-docs/403.shtml
ErrorDocument 404 /error-docs...