Jump to content

I've turned my site into a snail


Vanucci

Recommended Posts

Hello all

I have slowed my site down dramatically. now if not logged in then its relatively ok. But once logged in its really slow.

what could be causing this ?

I've added two plugins today, seperate pinned topics and secondary group images. I've disabled both of these and to no avail

I've also added some code to blur out a few sections of the forums.

www.goatgamers.com

login name test

password test123

 

I dont really understand the browser console to ackowledge any issues as i do not know what i am looking at or for.

 

This is the additional code ive added which i have placed in Theme>mytheme>edithtml/css>html>forums>index>index

{{if in_array( \IPS\Member::loggedIn()->member_group_id, array( 7, 13, 12, 2, 3, 6, 15, ) )}}
<style type='text/css'>
    
.cForumRow[data-categoryid="36"]{
    position: relative;
    pointer-events: none;
}

.cForumRow[data-categoryid="36"] > *{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.cForumRow[data-categoryid="36"]:before{
    content: "";
    background: rgba(51,51,51,0.7);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    cursor: normal;
}

.cForumRow[data-categoryid="36"]:after{
    content: "Members";
    color: #ff0000;
    font-size: 30px;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 20;
    transform: translate(-50%,-50%);
}
    .cForumRow[data-categoryid="36"]{
    border: 2px solid #ff0000;
}
</style>
{{endif}}
{{if in_array( \IPS\Member::loggedIn()->member_group_id, array( 7, 13, 12, 2, 3, 6, 15, ) )}}
<style type='text/css'>
    
.cForumRow[data-categoryid="18"]{
    position: relative;
    pointer-events: none;
}

.cForumRow[data-categoryid="18"] > *{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.cForumRow[data-categoryid="18"]:before{
    content: "";
    background: rgba(51,51,51,0.7);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    cursor: normal;
}

.cForumRow[data-categoryid="18"]:after{
    content: "Private";
    color: #5a8bcf;
    font-size: 30px;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 20;
    transform: translate(-50%,-50%);
}
  .cForumRow[data-categoryid="18"]{
    border: 2px solid #5a8bcf;
}
</style>
{{endif}}

{{if in_array( \IPS\Member::loggedIn()->member_group_id, array( 7, 2, ) )}}
<style type='text/css'>
    
.ipsDataItem[data-forumid="38"]{
    position: relative;
    pointer-events: none;
}

.ipsDataItem[data-forumid="38"] > *{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.ipsDataItem[data-forumid="38"]:before{
    content: "";
    background: rgba(51,51,51,0.7);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    cursor: normal;
}

.ipsDataItem[data-forumid="38"]:after{
    content: "Introductions";
    color: #5a8bcf;
    font-size: 30px;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 20;
    transform: translate(-50%,-50%);
	/* Overwrite clearfix */
    visibility: visible;
    height: auto;
}
 .ipsDataItem[data-forumid="38"]{
    border: 2px solid #5a8bcf;
}
</style>
{{endif}}

 

Link to comment
Share on other sites

15 minutes ago, Flitterkill said:

Seems fine to me, logged in or otherwise.

Might want to change the background-color from orange to black to cut down on the jumpy look you get when the background images are drawn in.

ive changed the bg to black now. it seems intermittant, when i check a different topic or some other page, it halts and lingers for 10 mins or more. My internet connection is good and ive cleared cookies, my friend also is experiencing it. does the debug console say anything of value ? I have looked but dont understand it

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...