@Jon Those table-data insertions are done, and boy do they look wonderful! I checked for mistakes and didn't see any, so think I'm good to move forward. I'll have a lot more time to devote to the process tomorrow. I'm going to get more sections built so that I can give guide visitors the same preview - kind of hoping to let people who are frustrated with the current know that a better one is in the works!
You all can see how the tables on Careers look on mobile by resizing your browser window to the size of a smartphone or tablet. Each table collapses and has a square indicating what the data is ($/hour, job rank, etc.) so that a person viewing it in that situation can still understand the information. It's a wonderful addition to the site, but will take me some time to get all tables in collecting and other sections looking like that. Maybe in a week or so, I can ask folks to browse around and help me spot any I've missed, since it's a test server and all
As for the ad issue, I am going to be reducing the number of calls. That is likely an issue, because there is an auction of sorts to sell each ad space and if too many calls are made, it slows down the entire page display process. Anything in front of the data will be faster to allow pages to render more smoothly. Every item on the page is rendered in the order it comes in the code. With the new design, there will only be one ad in front of the actual data instead of two, and it will be a speedy one. This will make a big difference in load times by cutting the amount of calls to 60% of previous. It should bring you a noticeable difference in speed
@IronicBeauty - but letting our site be cached would actually speed up your browsing immensely. Re-downloading the style sheet etc. each time will undoubtedly slow down the process. There are about 10 things that wouldn't need re-downloaded on your first visit, but I understand why some wipe cache when closing the browser.