php xe 에디터 컴포넌트 트리거 제거

2019.05.16 01:36

엘카 조회 수:9846

참고 문서  
  1. lazyload 관련 버그가 발생하고
  2. 현재 사이트에서 아예 사용하지 않으며
  3. 제거하면 관련 모듈을 로딩하지 않아 성능이 향상되므로

삭제:

DELETE FROM xe_module_trigger WHERE called_method = 'triggerEditorComponentCompile'

 

복구 (제어판에 나오지 않으므로 sql 직접 삽입)

INSERT INTO `xe_module_trigger` (`trigger_name`, `called_position`, `module`, `type`, `called_method`) VALUES

('display', 'before', 'editor', 'controller', 'triggerEditorComponentCompile');

번호 제목 날짜 조회 수
81 MySQL 설치 file 2010.05.11 17280
80 Apache 설치 file 2010.05.11 16658
79 PHP 설치 file 2010.05.11 15057
78 Zend Optimizer + eAccelerator + Suhosin file 2010.05.11 18249
77 Lighttpd 설치 file 2010.05.11 20679
76 sAPM file 2010.05.12 20261
75 VPS (가상 호스팅) 비교 file 2010.05.12 62201
74 검색엔진 등록 file 2010.05.12 142341
73 html 파일에서 php 구문 숨기기 file 2010.05.17 6861
72 php 현재 시각 출력하기 file 2010.05.17 4459
71 php 암호화와 복호와 file 2010.05.17 7314
70 파일 불러오기 file 2010.05.17 5473
69 php 에서 텍스트 파일을 생성, 수정하기 file 2010.05.19 9926
68 php 쿠키 생성, 읽기 file 2010.05.19 7105
67 jQuery 쿠키 file 2010.05.19 5021
66 list-style file 2010.05.21 5155
65 php 에서 파일 권한 설정 2010.05.21 4594
64 putty file 2010.05.21 13465
63 리눅스 자동 시작 file 2010.05.21 15895
62 포커스 요소의 테두리와 웹 접근성 file 2010.05.23 4182