Jiexi

Jiexi: Pligg Admin Pages loading very slowly

2 comments / Topic created: 420 days ago / Tags: pligg admin page slowly

For all pligg webmasters out there, you may have noticed an increased load time while trying to access any and all admin functions while your front end remains completely unaffected.

This is caused by the script requesting rss feeds from pligg's news and store feeds. This causes a significant slow down of more than 20 seconds.

To solve this:

Edit templates/admin/admin.tpl

Look for: {checkActionsTpl location="tpl_pligg_admin_sidebar_start"}

Around that area is a {php} tag, change it to:
{php} /*

Further down there should be {/php}, change it to:

*/ {php}


This should fix the problem



  • skorpyo
    skorpyo190 days ago

    thanks...this is really helpful...I didn't know why it loaded a bit slow...

  • This topic is closed for discussion.