php xe 에디터 컴포넌트 트리거 제거
2019.05.16 10:36
참고 문서 |
---|
- lazyload 관련 버그가 발생하고
- 현재 사이트에서 아예 사용하지 않으며
- 제거하면 관련 모듈을 로딩하지 않아 성능이 향상되므로
삭제:
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');
댓글 0
번호 | 제목 | 날짜 | 조회 수 |
---|---|---|---|
72 |
net::ERR_CONNECTION_REFUSED
![]() | 2021.10.11 | 0 |
71 |
php-fpm tcp to socket
![]() | 2020.01.26 | 0 |
70 | netdata 이용한 centos 모니터링 | 2020.01.26 | 1807 |
69 |
vmware with centos 7
![]() | 2019.08.23 | 0 |
» | xe 에디터 컴포넌트 트리거 제거 | 2019.05.16 | 9760 |
67 |
my.cnf
![]() | 2019.04.11 | 1 |
66 | certbot apache multiple domain | 2019.04.10 | 1285 |
65 |
yum install latest redis
![]() | 2019.03.27 | 1644 |
64 | yum install php-apcu | 2019.03.12 | 1501 |
63 |
웹 백업 (쉘 스크립트)
![]() | 2018.10.14 | 1171 |
62 |
mysql 백업 (shell script)
![]() | 2018.10.14 | 678 |
61 | munin 설치 | 2018.10.13 | 776 |
60 | yum install php 7.1 [6] | 2018.10.10 | 679 |
59 | yum install mariadb [2] | 2018.10.10 | 1137 |
58 |
위젯 많은 페이지 - 부하 분산으로 속도 향상하기
![]() | 2014.12.12 | 8537 |
57 | 간단하고 강력한 xe 보안 향상 | 2014.11.09 | 1854 |
56 |
XE Core 최적화 - html/js/css
![]() | 2014.11.08 | 2161 |
55 | 스패머 알려주는 사이트 | 2014.09.11 | 2441 |
54 | 75mb 페이지에 lazy load 적용해보기 | 2014.09.03 | 2594 |
53 | date — 로컬 날짜/시간을 형식화합니다 | 2014.07.03 | 2601 |