Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

За что я не люблю IPS :)

Featured Replies

Posted

Вы всё еще спрашиваете, почему IPS такой тормознутый? Время выполнения одинаковых по сути запросов.. В 4 с лишним раза медленнее..

\IPS\Db::i()->select( '*', 'forums_posts', array("pid=?", 471) ) -> 0,00078797340393066 сек.
\IPS\forums\Topic\Post::load(471) -> 0,0033941268920898 сек.

 

 

33 минуты назад, Desti сказал:

В 4 с лишним раза медленнее..

может зависит от хостинга или серва?

терпение сын мой 😔

  • Author

Домашний сервер (i5 какой-то, 16gb, ssd)

\IPS\Db::i()->select( '*', 'forums_posts', array("pid=?") ) -> 0.000020980835 сек.
\IPS\forums\Topic\Post::load() -> 0.003468036652сек.
load / DB = 165.295454256230
$mysqli->query("SELECT * FROM forums_posts where pid=") -> 0.000183105469сек.
load / mysqli = 18.940104142930

Форумный сервер (Xeon E5-2620, 64gb)

\IPS\Db::i()->select( '*', 'forums_posts', array("pid=?") ) -> 0.000013828278сек.
\IPS\forums\Topic\Post::load()-> 0.001410961151сек.
load / DB = 102.034479708898
$mysqli->query("SELECT * FROM forums_posts where pid=") -> 0.000104904175сек.
load / mysqli = 13.449999973786

Первая строка, скорее всего,  из кеша, но всё равно ужас-ужас, ведь load тоже из кеша берет.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.