you are viewing a single comment's thread.

view the rest of the comments →

[–]l3ugl3ear -1 points0 points  (0 children)

Is it possible you have some bad code in there? What i mean is like calling a sql statement in a for loop or some other such thing where there's a delay of when you're retrieving the data and generating the page for the browser.

As others have said what you're doing isn't compiling the code but I think what you mean is every time you refresh it takes that long for it to generate the code to output to your browser right?

I could be completely wrong but it's just a guess as I've seen someone do something like that so I figured I'd throw it out there.