欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

drupal

views 查询太慢 explain 分析 sql 语句 有大用 有大大用 有大大大用

普通分类: 

分析 views 视图列表页速度慢的问题 有大用



仔细看了看 sql 语句 还是 觉得 sql 语句里有问题  有个字段是多值字段 导致 sql 太慢 

普通分类: 

laulawyer_custom_blocks.module

<?php
 
/**
 * @file
 * Contains laulawyer_custom_blocks.module.
 */
 
use Drupal\Core\Routing\RouteMatchInterface;
 
/**
 * Implements hook_help().
 */
function laulawyer_custom_blocks_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    // Main module help for the laulawyer_custom_blocks module.
    case 'help.page.laulawyer_custom_blocks':
      $output = '';
      $output .= '<h3>' .
普通分类: 

views 太慢

 【高级】[厦门]古风(38365520)  17:29:47
这个问题最终极的解决办法应该是自定义实体,把字段全部放到一个表里面。
【进阶】[苏州]泪痕_元怜(958186957)  17:30:46
@[厦门]古风  只是很可惜 我用的是 drupal 6
没有实体这个东西 

 你可以搞一个模块,建一个叫xxx的表,把你这个类型的所有字段添加进去,以后有node更新,同步更新这个表。
 

普通分类: 

drupal cache views 视图缓存 缓存视图

普通分类: 

稍微设置早点时间 还是稍微设晚点时间 是不是缓存时间更长了 是不是速度更快了 时区 有大用 好像没用

As this is the top post if you google for MySQL high CPU usage or load, I'll add an additional answer:

普通分类: 

不知道 怎么回事 这个 node_access 怎么不行了

SELECT COUNT(*) FROM node_access WHERE nid = 0 AND ((gid = 0 AND realm = 'all') OR (gid = 1 AND realm = 'content_access_author') OR (gid = 2 AND realm = 'content_access_rid') OR (gid = 2 AND realm = 'node_privacy_byrole_role') OR (gid = 1 AND realm = 'node_privacy_byrole_user')) AND grant_view >= 1

SELECT COUNT(*) FROM {node_access} WHERE nid = 0 AND ((gid = 0 AND realm = 'all') OR (gid = 2 AND realm = 'node_privacy_byrole_role') OR (gid = 1 AND realm = 'node_privacy_byrole_user')) AND grant_view >= 1
普通分类: 

function user_load 根据 name 得到 user 根据名字得到用户 根据姓名得到用户 有大用

普通分类: 

宁皓网 Drupal 8:REST 接口

Drupal 8 的核心自带了 Web 服务的功能,它可以把我们的 Drupal 变成一个数据中心,用户可以通过 REST 方法,从我们这里得到想要的数据,也可以把他们的数据存储到我们的 Drupal 里面。 在这个课程里,我们就去了解一下怎么样使用这个 REST 功能。

来自  
https://ninghao.net/course/3335#info
普通分类: 

drupal6 drupal7 d6 d7 字段 富文本编辑器 full 格式 不过滤 html html格式全都输出来 body field_body 移除了html 节点内容页 没有标签了 文章页面 丢失html body 标签移除了 有大用 有大大用 有大大大用






d7 中大约如下图  admin/config/content/formats

image.png

image.png


普通分类: 

drupal 6 textarea wysiwyg CKEditor 自定义的textarea字段 使用 wysiwyg CKEditor Drupal 6:实现自定义模块的形式,所见即所得 自己亲自做的 有大用

我自己试了 使用下面的方法 就可以了 
普通分类: 

查看 报错 错误 有大用

普通分类: 

Upload 模块 上传文件的模块

普通分类: 

让你的DRUPAL 6网站准备运行在PHP 5.6 有大用

普通分类: 

DRUPAL 6/7 升级到 DRUPAL8

DRUPAL6/7升级到DRUPAL8(一)

普通分类: 

drupal rich text htmp output 富文本字段 富文本编辑器 原样输出了 即转义了

1)新建 cck 富文本字段的时候


2)在节点的创建或编辑界面 

普通分类: 

Drupal安装百度编辑器Ueditor for wysiwyg

分类: drupal功能模块

普通分类: 

百度编辑器模块 ueditor module

drupal 节点 编辑页面 超级管理员 没有删除链接 编辑链接也有可能有问题 有大用

超级管理员 在节点编辑页面 没有删除链接  


在权限页面
delete any accept_task content   

edit any accept_task content
普通分类: 

Drupal 6兼容PHP 5.4,5.5,5.6 Drupal 6 compatibiity with PHP 5.4, 5.5, 5.6 error version 版本 报错 错误 隐藏 错误 隐藏 报告 不显示在屏幕上 有大用 有大大用 有大大大用

    $types = array(1 => 'error', 2 => 'warning', 4 => 'parse error', 8 => 'notice', 16 => 'core error', 32 => 'core warning', 64 => 'compile error', 128 => 'compile warning', 256 => 'user error', 512 => 'user warning', 1024 => 'user notice', 2048 => 'strict warning', 4096 => '

普通分类: 

PHP strict warnings: Declaration of ... should be compatible with ...

PHP strict warnings: Declaration of ...

普通分类: 

Warning: Creating default object from empty value in views_many_to_one_helper->summary_join() (line 865

Hi Everyone
普通分类: 

strict warnings with PHP 5.4.x

strict warnings with PHP 5.4.x

普通分类: 

Declaration of views_handler_filter_many_to_one::init() should be compatible with that of views_handler_filter::init()

After upgrading over the weekend and enabling caching in each view, I'm seeing the above error in my logs from Boost.
普通分类: 

strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options

普通分类: 

drupal 6 views php 5.6 waring 警告

普通分类: 

Multiple php errors "Declaration of views..."

Every page generates multiple errors like below. Using PHP version 5.4.6.
普通分类: 

drupal 的 htaccess 文件

#
# Apache/PHP/Drupal settings:
#
 
# Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
  Order allow,deny
</FilesMatch>
 
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
 
# Follow symbolic links in this directory.
Options +Follow
普通分类: 

记录网站的访问统计 记录 访问日志统计 访问量 浏览量 活跃访客 Statistics 模块 有大用 有大用

普通分类: 

The mysqli error was: Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your <code>php.ini</code> to see how you can enable it.. 有大用

普通分类: 

页面

Subscribe to RSS - drupal