الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

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

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

Enable gzip compression for virtual images directory and allow browsers to cache it's contents

Featured Replies

بتاريخ:

 

السلام عليكم ورحمة الله وبركاته

استخدم الادوات الآتية: 

ORDS 20.2, APEX 20.1, DB 18C XE and windows 7. 

انا عاوز افعل gzip compression للفولدر الذى يحمل static APEX files /i وارسل للمتصفح cache-control header حتى يقوم بعمل caching له. حتى استطيع تحسين اداء الفريم وورك وتطبيقاتى الخاصة. طبقا للمصدر المرفق بالاسفل. 

محاولاتى:

قمت بانشاء فولدر اسمه etc ووضعت به ملف اسمه web.xml بهذا المحتوى:

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" 

"http://www.eclipse.org/jetty/configure.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">
<filter>
   <filter-name>HeaderFilter</filter-name>
   <filter-class>org.eclipse.jetty.servlets.HeaderFilter</filter-class>
   <init-param>
     <param-name>headerConfig</param-name>
     <param-value>
      "add Cache-Control: max-age=360000"
     </param-value>
   </init-param>
 </filter>
</Configure>

عند تشغيل الـ ORDS عن طريق الـ batch file, يظهر الـ CMD ويختفى فجأة.

 

DOCS.ORACLE.COM

Learn about performance optimization.

 

تم تعديل بواسطة eslam elbyaly

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

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