Hi all,
I have a page that is quite large, very little photos so that's not the issue.
I have a lot of php code and some javascript being done inside 1 large table.
This table has many nested tables with the above mentioned code types.
The php code does things like loading arrays and reading from text files.
How can I get the php code (or even javascript/html) to be "pushed" out faster, or "pre-loaded"?
Is there a general method or idea that can be applied w/o me posting all the various code here? I just need to know where to start researching this.
Would Caching work?
Thanks in advance!
Gary