• I have a lot of code on one of my WordPress pages and when I’ve started trying to add more code it’s gotten much slower and now it always freezes on me.

    I have tried copying and pasting code from a text editor but when I try and paste the code in the wordpress page it still freezes on me.

    Do you have any suggestions for how to work around this issue?

Viewing 1 replies (of 1 total)
  • Hi there,

    What type of code? you my want to try creating a template page and then assigning that template to that page.

    So rather then having so much code within your WP text editor, you would put whatever is static code (the code that doesn’t change often or at all) into a page template, add <?php the_content(); ?> in between, this will pull anything from WP Text Editor and it would be only for code that changes frequently.

    This way, you’re not loading so much in WP Admin, plus your not putting weight on your DB process when rendering the page, with text or code that is or can be static outside of WP editor.

    Make sense? hope that helps a little.

Viewing 1 replies (of 1 total)

The topic ‘Page Not Working Due to Too Much Code’ is closed to new replies.