Total spending of the NHS for: Sex Hormones & Antag In Malig Disease
Used for (BNF section):
Sex Hormones & Antag In Malig DiseasePackage | Name | Version |
---|---|---|
Django | 2.2.1 | |
Python | 3.6.7 | |
debug_toolbar | Debug Toolbar | 1.11 |
polymorphic | Polymorphic | 2.0.3 |
rest_framework | Django REST framework | 3.9.3 |
rest_framework_swagger | Rest_Framework_Swagger | 2.2.0 |
Resource usage
Resource | Value |
---|---|
User CPU time | 4503.411 msec |
System CPU time | 292.226 msec |
Total CPU time | 4795.637 msec |
Elapsed time | 4924.750 msec |
Context switches | 564 voluntary, 17 involuntary |
Browser timing
Timing attribute | Timeline | Milliseconds since navigation start (+length) |
---|
Setting | Value |
---|---|
ABSOLUTE_URL_OVERRIDES | {} |
ADMINS | [] |
ALLOWED_HOSTS | ['*'] |
APPEND_SLASH | True |
AUTHENTICATION_BACKENDS | ['django.contrib.auth.backends.ModelBackend'] |
AUTH_PASSWORD_VALIDATORS | '********************' |
AUTH_USER_MODEL | 'auth.User' |
BASE_DIR | '/home/protwis/gpcrdb_test' |
BUILD_CACHE_DIR | '/home/protwis/gpcrdb_data/cache' |
CACHES | {'alignments': {'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/home/protwis/caches/test_alignment',
'OPTIONS': {'MAX_ENTRIES': 1000}},
'default': {'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/home/protwis/caches/test/',
'OPTIONS': {'MAX_ENTRIES': 10000000}}} |
CACHE_MIDDLEWARE_ALIAS | 'default' |
CACHE_MIDDLEWARE_KEY_PREFIX | '********************' |
CACHE_MIDDLEWARE_SECONDS | 600 |
CSRF_COOKIE_AGE | 31449600 |
CSRF_COOKIE_DOMAIN | None |
CSRF_COOKIE_HTTPONLY | False |
CSRF_COOKIE_NAME | 'csrftoken' |
CSRF_COOKIE_PATH | '/' |
CSRF_COOKIE_SAMESITE | 'Lax' |
CSRF_COOKIE_SECURE | False |
CSRF_FAILURE_VIEW | 'django.views.csrf.csrf_failure' |
CSRF_HEADER_NAME | 'HTTP_X_CSRFTOKEN' |
CSRF_TRUSTED_ORIGINS | [] |
CSRF_USE_SESSIONS | False |
DATABASES | {'default': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_MAX_AGE': 0,
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': 'localhost',
'NAME': 'protwis_202107',
'OPTIONS': {},
'PASSWORD': '********************',
'PORT': '',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': None,
'USER': 'protwis'}} |
DATABASE_ROUTERS | [] |
DATA_DIR | '/home/protwis/gpcrdb_data' |
DATA_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
DATA_UPLOAD_MAX_NUMBER_FIELDS | 1000 |
DATETIME_FORMAT | 'N j, Y, P' |
DATETIME_INPUT_FORMATS | ['%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%Y-%m-%d %H:%M',
'%Y-%m-%d',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M:%S.%f',
'%m/%d/%Y %H:%M',
'%m/%d/%Y',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M:%S.%f',
'%m/%d/%y %H:%M',
'%m/%d/%y'] |
DATE_FORMAT | 'N j, Y' |
DATE_INPUT_FORMATS | ['%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y'] |
DEBUG | True |
DEBUG_PROPAGATE_EXCEPTIONS | False |
DEBUG_TOOLBAR_PATCH_SETTINGS | False |
DECIMAL_SEPARATOR | '.' |
DEFAULT_CHARSET | 'utf-8' |
DEFAULT_CONTENT_TYPE | 'text/html' |
DEFAULT_EXCEPTION_REPORTER_FILTER | 'django.views.debug.SafeExceptionReporterFilter' |
DEFAULT_FILE_STORAGE | 'django.core.files.storage.FileSystemStorage' |
DEFAULT_FROM_EMAIL | 'webmaster@localhost' |
DEFAULT_INDEX_TABLESPACE | '' |
DEFAULT_NUMBERING_SCHEME | 'gpcrdb' |
DEFAULT_PROTEIN_STATE | 'inactive' |
DEFAULT_SITE | 'gpcr' |
DEFAULT_TABLESPACE | '' |
DISALLOWED_USER_AGENTS | [] |
DOCUMENTATION_URL | 'https://docs.gpcrdb.org/' |
EMAIL_BACKEND | 'django.core.mail.backends.smtp.EmailBackend' |
EMAIL_HOST | 'localhost' |
EMAIL_HOST_PASSWORD | '********************' |
EMAIL_HOST_USER | '' |
EMAIL_PORT | 25 |
EMAIL_SSL_CERTFILE | None |
EMAIL_SSL_KEYFILE | '********************' |
EMAIL_SUBJECT_PREFIX | '[Django] ' |
EMAIL_TIMEOUT | None |
EMAIL_USE_LOCALTIME | False |
EMAIL_USE_SSL | False |
EMAIL_USE_TLS | False |
FILE_CHARSET | 'utf-8' |
FILE_UPLOAD_DIRECTORY_PERMISSIONS | None |
FILE_UPLOAD_HANDLERS | ['django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler'] |
FILE_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
FILE_UPLOAD_PERMISSIONS | None |
FILE_UPLOAD_TEMP_DIR | None |
FIRST_DAY_OF_WEEK | 0 |
FIXTURE_DIRS | [] |
FORCE_SCRIPT_NAME | None |
FORMAT_MODULE_PATH | None |
FORM_RENDERER | 'django.forms.renderers.DjangoTemplates' |
GOOGLE_ANALYTICS_API | '********************' |
GOOGLE_ANALYTICS_KEY | '********************' |
IGNORABLE_404_URLS | [] |
INSTALLED_APPS | ('django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'debug_toolbar',
'rest_framework',
'rest_framework_swagger',
'polymorphic',
'common',
'api',
'news',
'pages',
'home',
'protein',
'family',
'residue',
'alignment',
'similaritysearch',
'similaritymatrix',
'structure',
'ligand',
'interaction',
'mutation',
'phylogenetic_trees',
'sitesearch',
'build_gpcr',
'construct',
'tools',
'drugs',
'signprot',
'signprot2',
'mutational_landscape',
'contactnetwork',
'seqsign',
'angles',
'hotspots') |
INTERNAL_IPS | '10.0.2.2' |
LANGUAGES | [('af', 'Afrikaans'),
('ar', 'Arabic'),
('ast', 'Asturian'),
('az', 'Azerbaijani'),
('bg', 'Bulgarian'),
('be', 'Belarusian'),
('bn', 'Bengali'),
('br', 'Breton'),
('bs', 'Bosnian'),
('ca', 'Catalan'),
('cs', 'Czech'),
('cy', 'Welsh'),
('da', 'Danish'),
('de', 'German'),
('dsb', 'Lower Sorbian'),
('el', 'Greek'),
('en', 'English'),
('en-au', 'Australian English'),
('en-gb', 'British English'),
('eo', 'Esperanto'),
('es', 'Spanish'),
('es-ar', 'Argentinian Spanish'),
('es-co', 'Colombian Spanish'),
('es-mx', 'Mexican Spanish'),
('es-ni', 'Nicaraguan Spanish'),
('es-ve', 'Venezuelan Spanish'),
('et', 'Estonian'),
('eu', 'Basque'),
('fa', 'Persian'),
('fi', 'Finnish'),
('fr', 'French'),
('fy', 'Frisian'),
('ga', 'Irish'),
('gd', 'Scottish Gaelic'),
('gl', 'Galician'),
('he', 'Hebrew'),
('hi', 'Hindi'),
('hr', 'Croatian'),
('hsb', 'Upper Sorbian'),
('hu', 'Hungarian'),
('hy', 'Armenian'),
('ia', 'Interlingua'),
('id', 'Indonesian'),
('io', 'Ido'),
('is', 'Icelandic'),
('it', 'Italian'),
('ja', 'Japanese'),
('ka', 'Georgian'),
('kab', 'Kabyle'),
('kk', 'Kazakh'),
('km', 'Khmer'),
('kn', 'Kannada'),
('ko', 'Korean'),
('lb', 'Luxembourgish'),
('lt', 'Lithuanian'),
('lv', 'Latvian'),
('mk', 'Macedonian'),
('ml', 'Malayalam'),
('mn', 'Mongolian'),
('mr', 'Marathi'),
('my', 'Burmese'),
('nb', 'Norwegian Bokmål'),
('ne', 'Nepali'),
('nl', 'Dutch'),
('nn', 'Norwegian Nynorsk'),
('os', 'Ossetic'),
('pa', 'Punjabi'),
('pl', 'Polish'),
('pt', 'Portuguese'),
('pt-br', 'Brazilian Portuguese'),
('ro', 'Romanian'),
('ru', 'Russian'),
('sk', 'Slovak'),
('sl', 'Slovenian'),
('sq', 'Albanian'),
('sr', 'Serbian'),
('sr-latn', 'Serbian Latin'),
('sv', 'Swedish'),
('sw', 'Swahili'),
('ta', 'Tamil'),
('te', 'Telugu'),
('th', 'Thai'),
('tr', 'Turkish'),
('tt', 'Tatar'),
('udm', 'Udmurt'),
('uk', 'Ukrainian'),
('ur', 'Urdu'),
('vi', 'Vietnamese'),
('zh-hans', 'Simplified Chinese'),
('zh-hant', 'Traditional Chinese')] |
LANGUAGES_BIDI | ['he', 'ar', 'fa', 'ur'] |
LANGUAGE_CODE | 'en-us' |
LANGUAGE_COOKIE_AGE | None |
LANGUAGE_COOKIE_DOMAIN | None |
LANGUAGE_COOKIE_NAME | 'django_language' |
LANGUAGE_COOKIE_PATH | '/' |
LOCALE_PATHS | [] |
LOGGING | {'disable_existing_loggers': False,
'formatters': {'verbose': {'datefmt': '%d/%b/%Y %H:%M:%S',
'format': '[%(asctime)s] %(levelname)s '
'[%(name)s:%(lineno)s] %(message)s'},
'verbose_low': {'datefmt': '%d/%b/%Y %H:%M:%S',
'format': '[%(asctime)s] %(levelname)s '
'[%(name)s:%(lineno)s]'}},
'handlers': {'build': {'class': 'logging.FileHandler',
'filename': 'logs/build.log',
'formatter': 'verbose',
'level': 'DEBUG'},
'django': {'class': 'logging.FileHandler',
'filename': 'logs/django.log',
'formatter': 'verbose',
'level': 'WARNING'},
'protwis': {'class': 'logging.FileHandler',
'filename': 'logs/protwis.log',
'formatter': 'verbose',
'level': 'DEBUG'}},
'loggers': {'build': {'handlers': ['build'], 'level': 'DEBUG'},
'django': {'handlers': ['django'],
'level': 'WARNING',
'propagate': True},
'protwis': {'handlers': ['protwis'], 'level': 'DEBUG'}},
'version': 1} |
LOGGING_CONFIG | 'logging.config.dictConfig' |
LOGIN_REDIRECT_URL | '/accounts/profile/' |
LOGIN_URL | '/accounts/login/' |
LOGOUT_REDIRECT_URL | None |
MANAGERS | [] |
MEDIA_ROOT | '/protwis/media/protwis' |
MEDIA_URL | '/media/' |
MESSAGE_STORAGE | 'django.contrib.messages.storage.fallback.FallbackStorage' |
MIDDLEWARE | ('common.middleware.stats.StatsMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware') |
MIGRATION_MODULES | {} |
MONTH_DAY_FORMAT | 'F j' |
NUMBER_GROUPING | 0 |
PASSWORD_HASHERS | '********************' |
PASSWORD_RESET_TIMEOUT_DAYS | '********************' |
PREPEND_WWW | False |
REFERENCE_POSITIONS | {'D1S1': 'D1S1x50',
'D1S2': 'D1S2x50',
'D1T1': 'D1T1x50',
'D1e1': 'D1e1x50',
'ECL1': '23x50',
'ECL2': '45x50',
'H8': '8x50',
'ICL1': '12x50',
'ICL2': '34x50',
'TM1': '1x50',
'TM2': '2x50',
'TM3': '3x50',
'TM4': '4x50',
'TM5': '5x50',
'TM6': '6x50',
'TM7': '7x50'} |
ROOT_URLCONF | 'protwis.urls' |
SECRET_KEY | '********************' |
SECURE_BROWSER_XSS_FILTER | False |
SECURE_CONTENT_TYPE_NOSNIFF | False |
SECURE_HSTS_INCLUDE_SUBDOMAINS | False |
SECURE_HSTS_PRELOAD | False |
SECURE_HSTS_SECONDS | 0 |
SECURE_PROXY_SSL_HEADER | None |
SECURE_REDIRECT_EXEMPT | [] |
SECURE_SSL_HOST | None |
SECURE_SSL_REDIRECT | False |
SERVER_EMAIL | 'root@localhost' |
SESSION_CACHE_ALIAS | 'default' |
SESSION_COOKIE_AGE | 86400 |
SESSION_COOKIE_DOMAIN | None |
SESSION_COOKIE_HTTPONLY | True |
SESSION_COOKIE_NAME | 'sessionid' |
SESSION_COOKIE_PATH | '/' |
SESSION_COOKIE_SAMESITE | 'Lax' |
SESSION_COOKIE_SECURE | False |
SESSION_ENGINE | 'django.contrib.sessions.backends.db' |
SESSION_EXPIRE_AT_BROWSER_CLOSE | False |
SESSION_FILE_PATH | None |
SESSION_SAVE_EVERY_REQUEST | False |
SESSION_SERIALIZER | 'django.contrib.sessions.serializers.PickleSerializer' |
SETTINGS_MODULE | 'protwis.settings' |
SHORT_DATETIME_FORMAT | 'm/d/Y P' |
SHORT_DATE_FORMAT | 'm/d/Y' |
SIGNING_BACKEND | 'django.core.signing.TimestampSigner' |
SILENCED_SYSTEM_CHECKS | [] |
SITE_NAME | 'gpcr' |
SITE_TITLE | 'GPCRdb' |
STATICFILES_DIRS | ('/home/protwis/gpcrdb_test/static',) |
STATICFILES_FINDERS | ['django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder'] |
STATICFILES_STORAGE | 'django.contrib.staticfiles.storage.StaticFilesStorage' |
STATIC_ROOT | '/home/protwis/static_test/' |
STATIC_URL | '/static/' |
SWAGGER_SETTINGS | {'USE_SESSION_AUTH': False} |
TEMPLATES | [{'APP_DIRS': True,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'OPTIONS': {'context_processors': ['django.contrib.auth.context_processors.auth',
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages',
'protwis.context_processors.current_site',
'protwis.context_processors.canonical_tag',
'protwis.context_processors.documentation_url',
'protwis.context_processors.google_analytics',
'protwis.context_processors.site_title'],
'debug': True}}] |
TEST_NON_SERIALIZED_APPS | [] |
TEST_RUNNER | 'django.test.runner.DiscoverRunner' |
THOUSAND_SEPARATOR | ',' |
TIME_FORMAT | 'P' |
TIME_INPUT_FORMATS | ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] |
TIME_ZONE | 'Europe/Copenhagen' |
USE_I18N | True |
USE_L10N | True |
USE_THOUSAND_SEPARATOR | False |
USE_TZ | True |
USE_X_FORWARDED_HOST | False |
USE_X_FORWARDED_PORT | False |
WSGI_APPLICATION | None |
X_FRAME_OPTIONS | 'SAMEORIGIN' |
YEAR_MONTH_FORMAT | 'F Y' |
Request headers
Key | Value |
---|---|
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
Accept-Encoding | br,gzip |
Accept-Language | en-US,en;q=0.5 |
Connection | close |
Host | test.gpcrdb.org |
User-Agent | CCBot/2.0 (https://commoncrawl.org/faq/) |
X-Forwarded-For | 3.236.207.90 |
X-Forwarded-Proto | https |
X-Real-Ip | 3.236.207.90 |
Response headers
Key | Value |
---|---|
Cache-Control | max-age=2419200 |
Content-Length | 53005 |
Content-Type | text/html; charset=utf-8 |
Expires | Wed, 19 Apr 2023 16:17:14 GMT |
Vary | Cookie |
X-Frame-Options | SAMEORIGIN |
WSGI environ
Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
Key | Value |
---|---|
PATH_INFO | /drugs/nhs/section/Sex Hormones & Antag In Malig Disease/ |
QUERY_STRING | |
REMOTE_ADDR | |
REQUEST_METHOD | GET |
SCRIPT_NAME | |
SERVER_NAME | test.gpcrdb.org |
SERVER_PORT | 443 |
SERVER_PROTOCOL | HTTP/1.0 |
SERVER_SOFTWARE | gunicorn/19.9.0 |
View information
View function | Arguments | Keyword arguments | URL name |
---|---|---|---|
drugs.views.nhs_section |
() |
{'slug': 'Sex Hormones & Antag In Malig Disease'} |
nhs_section |
No cookies
No session data
No GET data
No POST data
- default 194.90 ms (532 queries including 531 similar and 531 duplicates )
Query | Timeline | Time (ms) | Action | ||
---|---|---|---|---|---|
+ |
SELECT ••• "drugs_nhs"."id", "drugs_nhs"."drugname_id", "drugs_nhs"."date", "drugs_nhs"."quantity", "drugs_nhs"."items", "drugs_nhs"."actual_cost", "drugs_nhs"."drugCode", "drugs_nhs"."op_name", "drugs_nhs"."bnf_section" FROM "drugs_nhs" WHERE "drugs_nhs"."bnf_section" = 'Sex Hormones & Antag In Malig Disease' ORDER BY "drugs_nhs"."date" ASC
|
4.984935466547928% |
9.72 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(450) for i in nhs_data: |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.3800690656564112% |
0.74 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.19315386375007187% |
0.38 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.18128817357669824% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17859698611469596% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17920861962878737% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17456020492169255% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1822667871992445% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17480485832732914% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17113505724278058% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1766397588696034% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.18495797466124678% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17615045205833027% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17566114524705712% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17786302589778627% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17443787821887427% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17847465941187768% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.18520262806688337% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.1716243640540537% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17199134416250858% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17235832427096343% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.1776183724921497% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.1903403495852513% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.18899475585425018% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1750495117329657% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17137971064841714% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17541649184142055% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17737371908651312% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17994257984569711% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.18838312234015875% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17309228448787314% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17529416513860227% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.19205292342470728% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17394857140760114% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17492718503014743% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.1741932248132377% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17553881854423883% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17810767930342283% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.1880161422317039% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1833677275246091% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17884163952033252% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.20061579262198725% |
0.39 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17150203735123543% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17407089811041943% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17480485832732914% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17725139238369483% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.18740450871761247% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1903403495852513% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.174315551516056% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17737371908651312% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17566114524705712% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1776183724921497% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.18789381552888562% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.18911708255706847% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17492718503014743% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.1783523327090594% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.1759057986526937% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1790862929259691% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.18373470763306393% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17712906568087655% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.1776183724921497% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17786302589778627% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.18116584687387993% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.20281767327271638% |
0.40 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17578347194987543% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17627277876114855% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17394857140760114% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1783523327090594% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17945327303442396% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.1894840626655233% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17296995778505486% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17541649184142055% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17235832427096343% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17957559973724224% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17945327303442396% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.1871598553119759% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.16832154307796005% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17089040383714402% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.16917782999768802% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17113505724278058% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17725139238369483% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.19070732969370618% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17492718503014743% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17480485832732914% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17651743216678512% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.26349171787058573% |
0.51 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.16954481010614286% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.16489639539904807% |
0.32 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17150203735123543% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17786302589778627% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.1789639662231508% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1903403495852513% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.174315551516056% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.175171838435784% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.1774960457893314% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1830007474161542% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1815328269823348% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17615045205833027% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1783523327090594% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17382624470478283% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17651743216678512% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17884163952033252% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.1911966365049793% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17407089811041943% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17553881854423883% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17015644362023433% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.19474411088670956% |
0.38 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1704010970258709% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17137971064841714% |
0.33 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17223599756814514% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.1766397588696034% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.18177748038797137% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.173459264596328% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17443787821887427% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.1741932248132377% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17651743216678512% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.18055421335978852% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.19437713077825472% |
0.38 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17358159129914627% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17871931281751424% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17627277876114855% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.1806765400626068% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.18654822179788447% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17382624470478283% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.175171838435784% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17382624470478283% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17529416513860227% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17884163952033252% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.2325430620575596% |
0.45 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1733369378935097% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.17688441227523996% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.173459264596328% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17725139238369483% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.17884163952033252% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1894840626655233% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.1733369378935097% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17248065097378174% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.17370391800196455% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17566114524705712% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17957559973724224% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.1880161422317039% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.19498876429234613% |
0.38 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.17199134416250858% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.17945327303442396% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17358159129914627% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.176028125355512% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.18018723325133368% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.18752683542043075% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17321461119069143% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 361
|
0.174315551516056% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 208
|
0.175171838435784% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.1839793610387005% |
0.36 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 671
|
0.21211450268690604% |
0.41 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.1727253043794183% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.17321461119069143% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 871
|
0.1741932248132377% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 119
|
0.17639510546396683% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 404
|
0.1800649065485154% |
0.35 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 352
|
0.18838312234015875% |
0.37 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279) keepalive = self.handle_request(req, conn) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328) respiter = self.wsgi(environ, resp.start_response) /home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34) response = self.get_response(request) /home/protwis/gpcrdb_test/drugs/views.py in nhs_section(452) queryname = i.drugname.name |
|||||
+ |
SELECT ••• "drugs"."id", "drugs"."name", "drugs"."synonym", "drugs"."drugtype", "drugs"."status", "drugs"."indication", "drugs"."approval", "drugs"."clinicalstatus", "drugs"."phasedate", "drugs"."phase", "drugs"."moa", "drugs"."targetlevel", "drugs"."externallink", "drugs"."novelty", "drugs"."references" FROM "drugs" WHERE "drugs"."id" = 608
|
0.17394857140760114% |
0.34 | ||
Connection: default /usr/lib/python3.6/concurrent/futures/thread.py in _worker(69) work_item.run() /usr/lib/python3.6/concurrent/futures/thread.py in run(56) result = self.fn(*self.args, **self.kwargs) /home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(< |