X Theme Posts load slow

Hi there

I Recently published my website with X Theme. I had great experience with it :slight_smile:.
I published over 20 Posts built with cornerstone. However i realised that my post page has a loading time off 7 Sec!

Other pages load just fine. I would like to ask if there could be an issue with Posts over cornerstone or are there issues with the DB queries of WP.

Thanks for you Support

Hi There,

Would mind adding this in your wp-config.php located at the root directory of your site.

define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

You can add it before the line

/* That’s all, stop editing! Happy blogging. */

Here you have a video tutorial in any case:

Let us know how it goes.

Thanks

Thanks for the reply i modified the file. But it didn’t impact the loading time of the posts page.
It’s really strange I also can’t find anythingon other WP forums over this issue.

Hi There,

To improve site performance, please check this guide: https://theme.co/apex/forum/t/customizations-performance/210

Hope this helps.