• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. patsanch
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 28
    • Best 4
    • Controversial 0
    • Groups 0

    patsanch

    @patsanch

    5
    Reputation
    12
    Profile views
    28
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    patsanch Unfollow Follow

    Best posts made by patsanch

    • RE: Help - Logout not working on mobile view

      We have fixed the issue. Our template was based on slick. We compared this to Persona and found differences:

      In Slick:

      <li component="user/logout">
        <a href="#"><i class="fa fa-fw fa-sign-out"></i><span> [[global:logout]]</span></a>
      </li>
      

      In Persona:

      <li component="user/logout">
        <form method="post" action="{relative_path}/logout">
          <input type="hidden" name="_csrf" value="{config.csrf_token}">
          <input type="hidden" name="noscript" value="true">
          <button type="submit" class="btn btn-link">
            <i class="fa fa-fw fa-sign-out"></i><span> [[global:logout]]</span>
          </button>
        </form>
      </li>
      
      posted in General Discussion
      patsanch
      patsanch
    • Add pagination to Groups Pages

      Hi,

      This is related to this: https://community.nodebb.org/topic/14872/group-page-only-shows-limited-number-of-posts?_=1597422316813

      We're getting more requests from our users to have ability to view more posts in group pages.

      Thanks!

      posted in Feature Requests
      patsanch
      patsanch
    • Help - Logout not working on mobile view

      Hi,

      I noticed that we can logout from the desktop view, but clicking the logout link from mobile view doesn't do anything.

      We're running NodeBB v1.14.3 and we're using the nodebb-plugin-session-sharing plugin v4.6.7.

      Has anyone experienced the same issue? Can you please help us figure out how to fix?

      Thanks!

      posted in General Discussion
      patsanch
      patsanch

    Latest posts made by patsanch

    • RE: Issue with Session Sharing and NodeBB v1.17.0

      @baris Thanks! That seems to have fixed the issue.

      posted in Bug Reports
      patsanch
      patsanch
    • Issue with Session Sharing and NodeBB v1.17.0

      Hi,

      After upgrading to v1.17.0, we noticed that with 2 tabs open: 1 for /admin, the other the forum, we get the session mismatch popup saying:

      "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."

      This happens every time the 2 tabs are open. If only 1 tab either just admin or just forum, we notice the issue doesn't happen.

      Please help. Thanks!

      Best regards,
      Pat

      posted in Bug Reports
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris Thanks! Yes, memory still looks good.

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris Okay, I did 1M and it's almost full. Hit ratio is a nice 0.9397.

      Thanks!

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris Thanks! I'll try to cleanup our privileges first. If that doesn't help, I'll tweak the value in code.

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris Can I increase group cache size? just curious.

      I'm reviewing what's on the cache dump. Looks like lots of permission stuff. We have multiple moderators per category. Maybe that's adding up to that list. I can probably clean that up and see how it looks after.

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris no custom plugins.

      Screen Shot 2021-02-24 at 10.22.19 AM.png

      Okay, i'll do what you suggested.

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings
      ip-10-111-250-67:4567	 / 	7985	v10.17.0	82 / 4 / 93	[email protected]	1244.30 / 39.95	292.63 mb / 10635.03 mb	1.05, 1.64, 1.87	57m
      ip-10-111-250-67:4568	 / 	7986	v10.17.0	89 / 7 / 106	[email protected]	1176.16 / 38.71	340.14 mb / 10650.05 mb	1.05, 1.64, 1.87	57m
      ip-10-111-250-67:4569	 / 	7988	v10.17.0	106 / 12 / 150	[email protected]	1395.36 / 43.34	369.73 mb / 10650.05 mb	1.05, 1.64, 1.87	57m
      ip-10-111-250-67:4570	 / 	8005	v10.17.0	97 / 5 / 123	[email protected]	1431.64 / 45.03	312.77 mb / 10650.05 mb	1.05, 1.64, 1.87	57m
      
      [
          {
              "process": {
                  "port": "4567",
                  "pid": 7985,
                  "title": "/usr/bin/node",
                  "version": "v10.17.0",
                  "memoryUsage": {
                      "rss": 331522048,
                      "heapTotal": 270622720,
                      "heapUsed": 191571224,
                      "external": 23467064,
                      "humanReadable": "316.16"
                  },
                  "uptime": 3516.246,
                  "cpuUsage": {
                      "user": "1258.65",
                      "system": "40.50"
                  },
                  "uptimeHumanReadable": "58m"
              },
              "os": {
                  "hostname": "ip-10-111-250-67",
                  "type": "Linux",
                  "platform": "linux",
                  "arch": "x64",
                  "release": "5.4.0-1029-aws",
                  "load": "1.70, 1.72, 1.89",
                  "freemem": "10625.66",
                  "totalmem": "16481.63"
              },
              "nodebb": {
                  "isCluster": true,
                  "isPrimary": true,
                  "runJobs": true,
                  "jobsDisabled": false
              },
              "git": {
                  "hash": "d7044a5e8623ae6b95360ff58e8f6dbc0e90629b",
                  "hashShort": "d7044a",
                  "branch": "v1.16.x"
              },
              "stats": {
                  "onlineGuestCount": 4,
                  "onlineRegisteredCount": 82,
                  "socketCount": 93,
                  "users": {
                      "categories": 0,
                      "recent": 1,
                      "unread": 0,
                      "topics": 39,
                      "category": 41
                  },
                  "topics": [
                      {
                          "tid": "26200",
                          "count": 5
                      },
                      {
                          "tid": "26202",
                          "count": 4
                      },
                      {
                          "tid": "26203",
                          "count": 3
                      },
                      {
                          "tid": "26747",
                          "count": 3
                      },
                      {
                          "tid": "26359",
                          "count": 2
                      },
                      {
                          "tid": "26199",
                          "count": 2
                      },
                      {
                          "tid": "26211",
                          "count": 2
                      },
                      {
                          "tid": "26901",
                          "count": 2
                      },
                      {
                          "tid": "26634",
                          "count": 1
                      },
                      {
                          "tid": "25866",
                          "count": 1
                      }
                  ]
              },
              "id": "ip-10-111-250-67:4567"
          },
          {
              "process": {
                  "port": "4568",
                  "pid": 7986,
                  "title": "/usr/bin/node",
                  "version": "v10.17.0",
                  "memoryUsage": {
                      "rss": 370384896,
                      "heapTotal": 302641152,
                      "heapUsed": 261548072,
                      "external": 22358009,
                      "humanReadable": "353.23"
                  },
                  "uptime": 3516.239,
                  "cpuUsage": {
                      "user": "1204.29",
                      "system": "39.61"
                  },
                  "uptimeHumanReadable": "58m"
              },
              "os": {
                  "hostname": "ip-10-111-250-67",
                  "type": "Linux",
                  "platform": "linux",
                  "arch": "x64",
                  "release": "5.4.0-1029-aws",
                  "load": "1.70, 1.72, 1.89",
                  "freemem": "10625.66",
                  "totalmem": "16481.63"
              },
              "nodebb": {
                  "isCluster": true,
                  "isPrimary": false,
                  "runJobs": false,
                  "jobsDisabled": false
              },
              "git": {
                  "hash": "d7044a5e8623ae6b95360ff58e8f6dbc0e90629b",
                  "hashShort": "d7044a",
                  "branch": "v1.16.x"
              },
              "stats": {
                  "onlineGuestCount": 5,
                  "onlineRegisteredCount": 93,
                  "socketCount": 110,
                  "users": {
                      "categories": 2,
                      "recent": 2,
                      "unread": 0,
                      "topics": 41,
                      "category": 48
                  },
                  "topics": [
                      {
                          "tid": "26747",
                          "count": 7
                      },
                      {
                          "tid": "26201",
                          "count": 6
                      },
                      {
                          "tid": "26200",
                          "count": 3
                      },
                      {
                          "tid": "26202",
                          "count": 2
                      },
                      {
                          "tid": "26922",
                          "count": 1
                      },
                      {
                          "tid": "26359",
                          "count": 1
                      },
                      {
                          "tid": "26794",
                          "count": 1
                      },
                      {
                          "tid": "25999",
                          "count": 1
                      },
                      {
                          "tid": "26210",
                          "count": 1
                      },
                      {
                          "tid": "26136",
                          "count": 1
                      }
                  ]
              },
              "id": "ip-10-111-250-67:4568"
          },
          {
              "process": {
                  "port": "4569",
                  "pid": 7988,
                  "title": "/usr/bin/node",
                  "version": "v10.17.0",
                  "memoryUsage": {
                      "rss": 365465600,
                      "heapTotal": 299364352,
                      "heapUsed": 262696736,
                      "external": 23254567,
                      "humanReadable": "348.54"
                  },
                  "uptime": 3516.235,
                  "cpuUsage": {
                      "user": "1411.07",
                      "system": "43.92"
                  },
                  "uptimeHumanReadable": "58m"
              },
              "os": {
                  "hostname": "ip-10-111-250-67",
                  "type": "Linux",
                  "platform": "linux",
                  "arch": "x64",
                  "release": "5.4.0-1029-aws",
                  "load": "1.70, 1.72, 1.89",
                  "freemem": "10625.66",
                  "totalmem": "16481.63"
              },
              "nodebb": {
                  "isCluster": true,
                  "isPrimary": false,
                  "runJobs": false,
                  "jobsDisabled": false
              },
              "git": {
                  "hash": "d7044a5e8623ae6b95360ff58e8f6dbc0e90629b",
                  "hashShort": "d7044a",
                  "branch": "v1.16.x"
              },
              "stats": {
                  "onlineGuestCount": 12,
                  "onlineRegisteredCount": 105,
                  "socketCount": 151,
                  "users": {
                      "categories": 2,
                      "recent": 4,
                      "unread": 0,
                      "topics": 69,
                      "category": 48
                  },
                  "topics": [
                      {
                          "tid": "26200",
                          "count": 8
                      },
                      {
                          "tid": "26747",
                          "count": 8
                      },
                      {
                          "tid": "26201",
                          "count": 3
                      },
                      {
                          "tid": "26656",
                          "count": 3
                      },
                      {
                          "tid": "26927",
                          "count": 3
                      },
                      {
                          "tid": "26533",
                          "count": 2
                      },
                      {
                          "tid": "26209",
                          "count": 2
                      },
                      {
                          "tid": "26199",
                          "count": 2
                      },
                      {
                          "tid": "26727",
                          "count": 2
                      },
                      {
                          "tid": "26901",
                          "count": 2
                      }
                  ]
              },
              "id": "ip-10-111-250-67:4569"
          },
          {
              "process": {
                  "port": "4570",
                  "pid": 8005,
                  "title": "/usr/bin/node",
                  "version": "v10.17.0",
                  "memoryUsage": {
                      "rss": 336445440,
                      "heapTotal": 272719872,
                      "heapUsed": 218833992,
                      "external": 22805176,
                      "humanReadable": "320.86"
                  },
                  "uptime": 3516.232,
                  "cpuUsage": {
                      "user": "1454.85",
                      "system": "45.98"
                  },
                  "uptimeHumanReadable": "58m"
              },
              "os": {
                  "hostname": "ip-10-111-250-67",
                  "type": "Linux",
                  "platform": "linux",
                  "arch": "x64",
                  "release": "5.4.0-1029-aws",
                  "load": "1.70, 1.72, 1.89",
                  "freemem": "10616.37",
                  "totalmem": "16481.63"
              },
              "nodebb": {
                  "isCluster": true,
                  "isPrimary": false,
                  "runJobs": false,
                  "jobsDisabled": false
              },
              "git": {
                  "hash": "d7044a5e8623ae6b95360ff58e8f6dbc0e90629b",
                  "hashShort": "d7044a",
                  "branch": "v1.16.x"
              },
              "stats": {
                  "onlineGuestCount": 5,
                  "onlineRegisteredCount": 101,
                  "socketCount": 128,
                  "users": {
                      "categories": 1,
                      "recent": 2,
                      "unread": 0,
                      "topics": 63,
                      "category": 46
                  },
                  "topics": [
                      {
                          "tid": "26200",
                          "count": 10
                      },
                      {
                          "tid": "26747",
                          "count": 6
                      },
                      {
                          "tid": "26201",
                          "count": 6
                      },
                      {
                          "tid": "26199",
                          "count": 5
                      },
                      {
                          "tid": "26359",
                          "count": 4
                      },
                      {
                          "tid": "26203",
                          "count": 4
                      },
                      {
                          "tid": "26210",
                          "count": 3
                      },
                      {
                          "tid": "26728",
                          "count": 2
                      },
                      {
                          "tid": "26656",
                          "count": 2
                      },
                      {
                          "tid": "26204",
                          "count": 2
                      }
                  ]
              },
              "id": "ip-10-111-250-67:4570"
          }
      ]
      
      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris here's our development/info stats.

      -deleted image link-

      The image dimensions were too big to upload.

      posted in Technical Support
      patsanch
      patsanch
    • RE: Help Fine Tuning Advanced Cache Settings

      @baris I deleted the Group Cache and it's full after 2 secs.

      posted in Technical Support
      patsanch
      patsanch

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact