Less php, more html
-
I’ve pretty much got my theme fixed the way I want it now. There are a lot of static elements using php which seems a little unnecessary. My blog keeps asking the database what it’s name is but it never seems to learn. If I convert as much php code to html as I can for the static elements, can I expect much performance improvement.
Also I want to bring some of the get_XXX() code into the forms. Will this speed anything up? I’ve only got 3 forms that need to be maintained (main, pages, single_post) so that doesn’t seem like too big a deal.
Finally, will it speed anything up if I gut the stylesheet of any unused information?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Less php, more html’ is closed to new replies.